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

33 lines
503 B
CSS
Raw Normal View History

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