From b3225f3adc04f75219abda6b9ef0956265d58ecf Mon Sep 17 00:00:00 2001 From: Divlo Date: Sat, 28 Dec 2019 22:36:09 +0100 Subject: [PATCH] Hotfix: Main tag --- css/style.css | 9 +- incl/footer.php | 1 - incl/header.php | 2 +- index.php | 42 ++-- views/404.php | 10 +- views/feedback-form_view.php | 50 ++-- views/feedback-list.php | 61 ++--- views/function-list.php | 225 +++++++++--------- views/function-views/armstrongNumber.php | 26 +- views/function-views/calculateAge.php | 26 +- views/function-views/convertCurrency.php | 104 ++++---- views/function-views/convertDistance.php | 108 ++++----- views/function-views/convertEncoding.php | 65 ++--- views/function-views/convertMarkdown.php | 26 +- .../convertRomanArabicNumbers.php | 50 ++-- views/function-views/convertTemperature.php | 38 +-- views/function-views/filterStudents.php | 44 ++-- views/function-views/heapAlgorithm.php | 42 ++-- views/function-views/linkShortener.php | 61 ++--- views/function-views/randomNumber.php | 44 ++-- views/function-views/randomQuote.php | 44 ++-- views/function-views/toDoList.php | 59 ++--- views/function-views/weatherRequest.php | 46 ++-- views/quote-list.php | 37 +-- views/short_links-list.php | 35 +-- 25 files changed, 651 insertions(+), 604 deletions(-) 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 @@