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 {
margin: 1em auto;
@include mq-desktop {
max-width: 70em;
}
&__meta {
text-align: center;
}
text-align: center;
img {
display: block;
width: 100%;
object-fit: contain;
@include mq-desktop {
max-width: 70em;
max-height: 80vh;
}
}
label,