lebd/templates/home.cassius

24 lines
430 B
Plaintext

body > main
display: flex
flex-direction: column
align-items: center
> ol.h-feed
flex: 1
margin-bottom: 0
> aside.author
height: 100%
max-width: 25rem
margin-bottom: 2em
> .h-card
position: sticky
top: 1em
@media (min-width: 768px)
body > main
flex-direction: row-reverse
align-items: flex-start
> ol.h-feed
margin-right: 2em
> .author
margin-bottom: 0