distribusi-verse: medium-tech web app content management system for the web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#describe_workflow {
|
|
|
|
display: flex;
|
|
|
|
width: 60em;
|
|
|
|
margin:0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.redistribusi {
|
|
|
|
position: sticky;
|
|
|
|
top: 2em;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-left: 1em;
|
|
|
|
width: 15em;
|
|
|
|
height: 10em;
|
|
|
|
border-style: outset;
|
|
|
|
float: right;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.distribusi_file {
|
|
|
|
margin-top: 2em;
|
|
|
|
padding: 0.5em;
|
|
|
|
width: 42em;
|
|
|
|
background-color:#fdfdfd;
|
|
|
|
text-decoration: none;
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
border-style: outset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.distribusi_file > img, video {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|