From dd54dc88a9793952b3c093d36f9d8932d3b8caee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Fri, 5 Dec 2025 18:20:25 +0100 Subject: [PATCH] chore: mobile footer styles --- app/app.vue | 2 +- app/components/AppFooter.vue | 50 +++++++++++++++++++++++++++++++----- 2 files changed, 44 insertions(+), 8 deletions(-) diff --git a/app/app.vue b/app/app.vue index 1d67cad..d1bb592 100644 --- a/app/app.vue +++ b/app/app.vue @@ -16,7 +16,7 @@ --breakpoint-2xl: 1400px; } -html, body, p, a { +html, body, p, a, address { font-family: 'Abbiocco Beta', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; } diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 68fdce7..909fb41 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -1,22 +1,58 @@ \ No newline at end of file