fix render-image markup

This commit is contained in:
Vri 🌈 2023-03-15 14:21:14 +01:00
parent faea17fb50
commit 6564c7790c
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -3,11 +3,12 @@
flex-direction: column; flex-direction: column;
margin: 3rem auto; margin: 3rem auto;
img { img {
border-radius: 1rem; border-radius: 0.5rem;
margin: 0 auto; margin: 0 auto;
box-shadow: rgba(0, 0, 0, .25) 0 0 .5rem; box-shadow: rgba(0, 0, 0, .25) 0 0 .5rem;
max-width: 100%;
} }
&.with-text img { margin-bottom: .5rem; } &.with-text img { margin-bottom: .75rem; }
&-text { &-text {
font-size: .8em; font-size: .8em;
font-weight: 300; font-weight: 300;