From f7d8b2f89fccc585f720869cd8cfcf9e7fe81baf Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:37:28 -0400 Subject: [PATCH] Footer and ContactView LastUpdate - Align Footer and Contactview --- src/layouts/FooterLayout.vue | 19 +++---------------- src/views/main/ContactView.vue | 2 +- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/src/layouts/FooterLayout.vue b/src/layouts/FooterLayout.vue index 715394f..86f07e9 100644 --- a/src/layouts/FooterLayout.vue +++ b/src/layouts/FooterLayout.vue @@ -150,22 +150,9 @@ footer a:not(:last-child) { @media (min-width: 1280px) and (max-width: 1600px) {} -@media (min-width: 1600px) and (max-width: 1919px) { - .footer-align { - margin-left: 3%; - } -} +@media (min-width: 1600px) and (max-width: 1919px) {} -@media (min-width: 1920px) and (max-width: 2559px) { - .footer-align { - margin-left: 14%; - } -} +@media (min-width: 1920px) and (max-width: 2559px) {} -@media (min-width: 2559px) { - - .footer-align { - margin-left: 7%; - } -} +@media (min-width: 2559px) {} \ No newline at end of file diff --git a/src/views/main/ContactView.vue b/src/views/main/ContactView.vue index 1274796..30a79f6 100644 --- a/src/views/main/ContactView.vue +++ b/src/views/main/ContactView.vue @@ -1,7 +1,7 @@