feat: 💄 shrink images on desktop

This commit is contained in:
Sebin Nyshkim 2021-03-25 01:36:34 +01:00
parent 3c1afafefa
commit 369bcc7899

View file

@ -18,18 +18,16 @@ export default {};
.figure { .figure {
margin: 1em auto; margin: 1em auto;
text-align: center;
@include mq-desktop {
max-width: 70em;
}
&__meta {
text-align: center;
}
img { img {
display: block;
width: 100%; width: 100%;
object-fit: contain;
@include mq-desktop {
max-width: 70em;
max-height: 80vh;
}
} }
label, label,