From b988b7669f448c1f6ab390b0ff064601033285f1 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Sat, 8 Dec 2018 21:26:34 -0500 Subject: [PATCH] Change padding to only be on info rows in footer --- static/css/style.css | 2 +- templates/index.html | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index c27cb55..0414951 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -157,7 +157,7 @@ footer.page-footer { font-size: 110px; } -footer { +.footer-info { padding: 10px; } diff --git a/templates/index.html b/templates/index.html index 857469c..6c0ec49 100755 --- a/templates/index.html +++ b/templates/index.html @@ -150,16 +150,16 @@