From 400c9ca8b4b84502c03aeade20a9ddca95417b9a Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 9 Oct 2017 20:18:46 +1100 Subject: [PATCH] Tweak heights and margins on the home page so the h-card aligns perfectly with the h-entries --- templates/home.cassius | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/home.cassius b/templates/home.cassius index fda99ea..5b3fa28 100644 --- a/templates/home.cassius +++ b/templates/home.cassius @@ -4,7 +4,9 @@ body > main align-items: center > ol.h-feed flex: 1 + margin-bottom: 0 > .author + height: 100% max-width: 25rem margin-bottom: 2em > .h-card @@ -17,3 +19,5 @@ body > main align-items: flex-start > ol.h-feed margin-right: 2em + > .author + margin-bottom: 0