From 170dd050c797ef05f9076b60543ffbf25f5c3358 Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Thu, 8 May 2025 15:51:37 +0200 Subject: [PATCH] Fixed footer contact button was too large --- src/components/footer.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/footer.vue b/src/components/footer.vue index b6f6f26..ce3eea3 100644 --- a/src/components/footer.vue +++ b/src/components/footer.vue @@ -27,7 +27,7 @@ @@ -183,11 +183,15 @@ margin-bottom: 12px; text-align: center; } + #footer_contact_button_link{ + display: block; + width: 50%; + margin: auto; + } #footer_contact_button{ background-color: rgb(65, 185, 61); font-size: 1.1em; - width: 50%; - margin: auto; + width: 100%; color:black; } #footer_right_div{