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;
|
||||
margin: 3rem auto;
|
||||
img {
|
||||
border-radius: 1rem;
|
||||
border-radius: 0.5rem;
|
||||
margin: 0 auto;
|
||||
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 {
|
||||
font-size: .8em;
|
||||
font-weight: 300;
|
||||
|
|
Loading…
Reference in a new issue