From 6f18f1b5d85fec97f66f0cc99d05e4120233a9a7 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 16 Oct 2017 13:27:32 +1100 Subject: [PATCH] Fix sticky author card so it works in Chrome (it may also have been broken in FF oops) --- templates/home.cassius | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/home.cassius b/templates/home.cassius index 3e7dd4a..9e1ab09 100644 --- a/templates/home.cassius +++ b/templates/home.cassius @@ -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