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.

33 lines
503 B

#describe_workflow {
display: flex;
width: 60em;
margin:0 auto;
}
3 months ago
.redistribusi {
position: sticky;
top: 2em;
margin-top: 2em;
margin-left: 1em;
3 months ago
width: 15em;
height: 10em;
3 months ago
border-style: outset;
float: right;
padding: 0.5em;
3 months ago
}
.distribusi_file {
margin-top: 2em;
3 months ago
padding: 0.5em;
width: 42em;
3 months ago
background-color:#fdfdfd;
text-decoration: none;
scroll-behavior: smooth;
border-style: outset;
}
.distribusi_file > img, video {
max-width: 100%;
max-height: 100%;
}