distribusi-verse/verse/describer/static/css/describer.css

33 lines
503 B
CSS

#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%;
}