From d95422ea452593c74788e7655dc1e185647509ec Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 4 Dec 2017 21:47:26 +1100 Subject: [PATCH] Whoops, fix the styling for the footer so it actually clears the margin from the last paragraph --- lemoncurry/static/lemoncurry/css/layout.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemoncurry/static/lemoncurry/css/layout.styl b/lemoncurry/static/lemoncurry/css/layout.styl index e70b083..a26edd7 100644 --- a/lemoncurry/static/lemoncurry/css/layout.styl +++ b/lemoncurry/static/lemoncurry/css/layout.styl @@ -64,7 +64,7 @@ body text-align center > p margin-right 1rem - p:last-child + &:last-child margin-right 0 .card