Omphaloskepsis-2/assets/css/components/_picture.scss

27 lines
396 B
SCSS
Raw Normal View History

2025-01-04 20:22:41 +01:00
// TODO: remove once replaced in content with figures
img,
video {
max-inline-size: 100%;
block-size: auto;
inline-size: auto;
max-block-size: 50vh;
margin: auto;
display: block;
}
2025-05-14 17:29:46 +02:00
.picture__wrapper {
position: relative;
margin: auto;
block-size: auto;
width: fit-content;
max-block-size: 50vh;
& .picture {
2025-01-04 20:22:41 +01:00
display: block;
2025-05-14 17:29:46 +02:00
& img {
margin: 0;
}
}
2025-01-04 20:22:41 +01:00
}