fix render-image markup
This commit is contained in:
parent
faea17fb50
commit
6564c7790c
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue