Keep the .author class on the <aside> containing the h-card, rather than trying to use .p-author directly
This commit is contained in:
parent
db16b0d2a7
commit
656da87e19
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ body > main
|
||||||
> ol.h-feed
|
> ol.h-feed
|
||||||
flex: 1
|
flex: 1
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
> aside.p-author
|
> aside.author
|
||||||
height: 100%
|
height: 100%
|
||||||
max-width: 25rem
|
max-width: 25rem
|
||||||
margin-bottom: 2em
|
margin-bottom: 2em
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
<aside .p-author>^{hCard user}
|
<aside .author>^{hCard user}
|
||||||
^{hFeed entries}
|
^{hFeed entries}
|
||||||
|
|
Loading…
Reference in a new issue