picture-display/src/pictures/static/pictures/detail.css

15 lines
204 B
CSS
Raw Normal View History

2021-01-24 18:58:58 +01:00
.media {
2021-01-24 16:01:36 +01:00
max-width: var(--max-width);
margin-top: 1em;
border-radius: 10px;
2021-01-24 18:58:58 +01:00
text-align: center;
}
.media img {
max-width: var(--max-width);
}
.media video {
max-height: 100vh;
2021-01-24 16:01:36 +01:00
}