Allow info fields to wrap if long, rather than squish the main content of the entry
This commit is contained in:
parent
6054accc54
commit
cf0264b5a6
2 changed files with 19 additions and 12 deletions
|
@ -14,17 +14,24 @@ ol.entries, div.entry
|
|||
> aside.info
|
||||
display flex
|
||||
flex-direction column
|
||||
align-items center
|
||||
align-items flex-start
|
||||
font-size 0.8rem
|
||||
margin-right 1rem
|
||||
margin-right 0.4rem
|
||||
width 7rem
|
||||
|
||||
a.p-author
|
||||
align-self center
|
||||
text-align center
|
||||
img.u-photo
|
||||
border-radius .25rem
|
||||
height 3em
|
||||
> *
|
||||
margin-bottom .25rem
|
||||
.media
|
||||
align-items baseline
|
||||
max-width 10rem
|
||||
> :first-child
|
||||
margin-right 2px
|
||||
> .card
|
||||
flex 1
|
||||
.e-content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue