diff --git a/css/style.css b/css/style.css index 1ce7bd1..710c5ed 100644 --- a/css/style.css +++ b/css/style.css @@ -38,9 +38,6 @@ p { } /* HEADER */ -header { - margin-bottom: 4%; -} #header-container { padding-bottom: 0; } @@ -59,14 +56,14 @@ header { } /* CONTENT */ +main { + padding-top: 81px; +} @media (max-width: 576px) { .container { width: 90% !important; } } -.container { - padding-bottom: 25px; -} .selectInline { display: inline-block !important; width: 80px !important; diff --git a/incl/footer.php b/incl/footer.php index 7863e85..803c8dc 100644 --- a/incl/footer.php +++ b/incl/footer.php @@ -1,6 +1,5 @@