Properly set p-name on h-feeds, rather than trying to infer it and getting awful names
This commit is contained in:
parent
46c393552a
commit
db32b02811
7 changed files with 25 additions and 16 deletions
|
@ -2,7 +2,7 @@ body > main
|
|||
display: flex
|
||||
flex-direction: column
|
||||
align-items: center
|
||||
> ol.h-feed
|
||||
> div.h-feed
|
||||
flex: 1
|
||||
margin-bottom: 0
|
||||
> aside.author
|
||||
|
@ -16,7 +16,7 @@ body > main
|
|||
body > main
|
||||
flex-direction: row-reverse
|
||||
align-items: unset
|
||||
> ol.h-feed
|
||||
> div.h-feed
|
||||
margin-right: 2em
|
||||
> aside.author
|
||||
margin-bottom: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue