forked from 00dani/lemoncurry
Apply a bit of margin between the h-entry footer fields
This commit is contained in:
parent
824aaa1e57
commit
67308911fb
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ ol.entries
|
||||||
display flex
|
display flex
|
||||||
justify-content space-evenly
|
justify-content space-evenly
|
||||||
flex-wrap wrap
|
flex-wrap wrap
|
||||||
|
> *
|
||||||
|
margin-right 1rem
|
||||||
|
&:last-child
|
||||||
|
margin-right 0
|
||||||
.h-card > img
|
.h-card > img
|
||||||
height 1em
|
height 1em
|
||||||
vertical-align baseline
|
vertical-align baseline
|
||||||
|
|
Loading…
Reference in a new issue