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; }