From 5d031f9e84a49e922f11e338ed75eff9234b94ff Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 11 Nov 2017 17:18:32 +1100 Subject: [PATCH] Adjust the spacing on the footer a bit, it looks better this way --- lemoncurry/static/lemoncurry/css/layout.styl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lemoncurry/static/lemoncurry/css/layout.styl b/lemoncurry/static/lemoncurry/css/layout.styl index 9a764b6..e70b083 100644 --- a/lemoncurry/static/lemoncurry/css/layout.styl +++ b/lemoncurry/static/lemoncurry/css/layout.styl @@ -59,8 +59,13 @@ body > footer display flex justify-content space-evenly - margin auto 1rem + margin 1rem + margin-top 0 text-align center + > p + margin-right 1rem + p:last-child + margin-right 0 .card background-color $base02