From 1689d330d21d2205a592b26e2736e3f07eae8d00 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sun, 8 Mar 2015 15:34:35 +0000 Subject: [PATCH] Footer code corrections --- footer.php | 4 ++-- public/style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/footer.php b/footer.php index 206c293..52441c2 100644 --- a/footer.php +++ b/footer.php @@ -9,8 +9,8 @@

- diff --git a/public/style.css b/public/style.css index f8f7743..82f7fa6 100644 --- a/public/style.css +++ b/public/style.css @@ -260,17 +260,17 @@ svg#url-qr-code { } /* Footer */ -.footer { +.site-footer { text-align: center; border-top: 2px solid #000; } -.footer p { +.site-footer p { font-size: 1.2rem; margin: 0; } -.footer a:hover { +.site-footer a:hover { text-decoration: none; border-bottom: dashed 1px #013F6D; }