Lots of style fixes - the kind-specific feeds and the permalink pages now look great
This commit is contained in:
parent
2b6691f8a5
commit
172f0d4753
7 changed files with 47 additions and 15 deletions
17
entries/static/entries/css/h-entry.styl
Normal file
17
entries/static/entries/css/h-entry.styl
Normal file
|
@ -0,0 +1,17 @@
|
|||
main > .container
|
||||
display flex
|
||||
flex-direction column
|
||||
justify-content center
|
||||
> li
|
||||
margin-bottom 1rem
|
||||
&:last-child
|
||||
margin-bottom 0
|
||||
|
||||
.card.h-entry
|
||||
.card-footer
|
||||
display flex
|
||||
justify-content space-evenly
|
||||
flex-wrap wrap
|
||||
.h-card > img
|
||||
height 1em
|
||||
vertical-align baseline
|
Loading…
Add table
Add a link
Reference in a new issue