From 2fd273f62c6ad683ad58cf988c340aa1ca7673a6 Mon Sep 17 00:00:00 2001 From: jer3k <99355997+jer3k@users.noreply.github.com> Date: Mon, 6 May 2024 11:59:00 -0700 Subject: [PATCH] fix sonar issues and margins --- frontend/src/components/Footer.vue | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Footer.vue b/frontend/src/components/Footer.vue index 78cce5abf..73971934f 100644 --- a/frontend/src/components/Footer.vue +++ b/frontend/src/components/Footer.vue @@ -10,7 +10,7 @@ governments. - + @@ -38,37 +38,39 @@

MORE INFO

- + - + {{ link.label }} - + {{ link.label }} @@ -176,6 +178,11 @@ p { } } +.bottom-padding { + padding-left: 32px; + padding-right: 32px; +} + .v-list-item-title { color: $text-color; font-size: $font-size !important;