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
|
text-align center
|
||||||
img.u-photo
|
img.u-photo
|
||||||
border-radius .25rem
|
border-radius .25rem
|
||||||
height 3em
|
max-height 3em
|
||||||
> *
|
> *
|
||||||
margin-bottom .25rem
|
margin-bottom .25rem
|
||||||
.media
|
.media
|
||||||
|
@ -40,6 +40,7 @@ ol.entries, div.entry
|
||||||
list-style-type disc
|
list-style-type disc
|
||||||
ul, ol
|
ul, ol
|
||||||
margin-bottom 1rem
|
margin-bottom 1rem
|
||||||
|
padding-left 1.1rem
|
||||||
ul
|
ul
|
||||||
list-style-type circle
|
list-style-type circle
|
||||||
ul, ol
|
ul, ol
|
||||||
|
@ -53,3 +54,5 @@ ol.entries, div.entry
|
||||||
.card-link
|
.card-link
|
||||||
display inline-block
|
display inline-block
|
||||||
font-size 0.8rem
|
font-size 0.8rem
|
||||||
|
margin-left 0
|
||||||
|
margin-right 1.25rem
|
||||||
|
|
Loading…
Reference in a new issue