Tweak heights and margins on the home page so the h-card aligns perfectly with the h-entries
This commit is contained in:
parent
05c512de46
commit
400c9ca8b4
1 changed files with 4 additions and 0 deletions
|
@ -4,7 +4,9 @@ body > main
|
||||||
align-items: center
|
align-items: center
|
||||||
> ol.h-feed
|
> ol.h-feed
|
||||||
flex: 1
|
flex: 1
|
||||||
|
margin-bottom: 0
|
||||||
> .author
|
> .author
|
||||||
|
height: 100%
|
||||||
max-width: 25rem
|
max-width: 25rem
|
||||||
margin-bottom: 2em
|
margin-bottom: 2em
|
||||||
> .h-card
|
> .h-card
|
||||||
|
@ -17,3 +19,5 @@ body > main
|
||||||
align-items: flex-start
|
align-items: flex-start
|
||||||
> ol.h-feed
|
> ol.h-feed
|
||||||
margin-right: 2em
|
margin-right: 2em
|
||||||
|
> .author
|
||||||
|
margin-bottom: 0
|
||||||
|
|
Loading…
Reference in a new issue