forked from 00dani/lemoncurry
Adjust sizing of p-author photo and spacing inside entries
This commit is contained in:
parent
6c9b6eb061
commit
580c61e924
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,7 @@ ol.entries, div.entry
|
|||
text-align center
|
||||
img.u-photo
|
||||
border-radius .25rem
|
||||
height 3em
|
||||
max-height 3em
|
||||
> *
|
||||
margin-bottom .25rem
|
||||
.media
|
||||
|
@ -40,6 +40,7 @@ ol.entries, div.entry
|
|||
list-style-type disc
|
||||
ul, ol
|
||||
margin-bottom 1rem
|
||||
padding-left 1.1rem
|
||||
ul
|
||||
list-style-type circle
|
||||
ul, ol
|
||||
|
@ -53,3 +54,5 @@ ol.entries, div.entry
|
|||
.card-link
|
||||
display inline-block
|
||||
font-size 0.8rem
|
||||
margin-left 0
|
||||
margin-right 1.25rem
|
||||
|
|
Loading…
Reference in a new issue