Keep the .author class on the <aside> containing the h-card, rather than trying to use .p-author directly

This commit is contained in:
Danielle McLean 2017-10-15 03:29:49 +11:00
parent db16b0d2a7
commit 656da87e19
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ body > main
> ol.h-feed
flex: 1
margin-bottom: 0
> aside.p-author
> aside.author
height: 100%
max-width: 25rem
margin-bottom: 2em

View file

@ -1,2 +1,2 @@
<aside .p-author>^{hCard user}
<aside .author>^{hCard user}
^{hFeed entries}