Allow info fields to wrap if long, rather than squish the main content of the entry

This commit is contained in:
Danielle McLean 2018-06-28 12:10:19 +10:00
parent 6054accc54
commit cf0264b5a6
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
2 changed files with 19 additions and 12 deletions

View file

@ -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