diff --git a/public/css/footer.css b/public/css/footer.css deleted file mode 100644 index 2237686..0000000 --- a/public/css/footer.css +++ /dev/null @@ -1,38 +0,0 @@ -footer.css .pageFooter { - background: #f3f3f7; - /*Gris pâle*/ - width: 100%; - padding: 5px; - position: fixed; - bottom: 0; -} - -ul.footerElementList { - display: flex; - flex-flow: row; - list-style: none; - justify-content: space-around; - align-items: center; - text-align: center; - -} - -.footerElement { - font-family: "Poppins"; - font-weight: 400; - /*semi-bold*/ - font-size: 0.5rem; - /*8px*/ - text-align: center; -} - -@media screen and (min-width: 768px) { - .footerElement { - font-family: "Poppins"; - font-weight: 400; - /*semi-bold*/ - font-size: 0.75rem; - /*12px*/ - text-align: center; - } -} \ No newline at end of file diff --git a/public/css/general.css b/public/css/general.css index 078865b..4eee7c1 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -15,7 +15,6 @@ img { body { margin: 0; padding-top: 60px; - padding-bottom: 20px; } ul { diff --git a/templates/html/footer.html b/templates/html/footer.html index 8f9fb25..74d2913 100644 --- a/templates/html/footer.html +++ b/templates/html/footer.html @@ -1,10 +1,10 @@ {{ define "footer-html" }} {{ end }} \ No newline at end of file diff --git a/templates/html/general.html b/templates/html/general.html index ba47914..a511fec 100644 --- a/templates/html/general.html +++ b/templates/html/general.html @@ -2,7 +2,6 @@ -