Fix sticky author card so it works in Chrome (it may also have been broken in FF oops)
This commit is contained in:
parent
7f7f64c8b5
commit
6f18f1b5d8
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,6 @@ body > main
|
|||
flex: 1
|
||||
margin-bottom: 0
|
||||
> aside.author
|
||||
height: 100%
|
||||
max-width: 25rem
|
||||
margin-bottom: 2em
|
||||
> .h-card
|
||||
|
@ -16,8 +15,8 @@ body > main
|
|||
@media (min-width: 768px)
|
||||
body > main
|
||||
flex-direction: row-reverse
|
||||
align-items: flex-start
|
||||
align-items: unset
|
||||
> ol.h-feed
|
||||
margin-right: 2em
|
||||
> .author
|
||||
> aside.author
|
||||
margin-bottom: 0
|
||||
|
|
Loading…
Reference in a new issue