diff --git a/css/style.css b/css/style.css index 8fed24a..57a3ffb 100644 --- a/css/style.css +++ b/css/style.css @@ -822,10 +822,17 @@ body.mobile-nav-active #mobile-nav-toggle { --------------------------------------------------------------*/ #footer { background: black; - padding: 30px 0; + padding-top: 30px; + padding-bottom: 10px; color: #fff; } +@media (max-width: 768px) { + #footer { + padding-top: 0px; + } +} + #footer .copyright { text-align: center; }