From db5acc8033eb56dd3dc15260e57197ffeec64fb3 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Fri, 30 Nov 2018 14:33:37 -0500 Subject: [PATCH] Give a margin bottom to logos --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index a068ed4..22dab6b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -114,6 +114,7 @@ footer.page-footer { .sponsor-name { margin-right: 20px; + margin-bottom: 20px; font-weight: 500; }