From 373a6e5b6ddcaa6e9608d297a0ec05d28a8a1147 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Tue, 6 Feb 2024 10:04:12 +0100 Subject: [PATCH] =?UTF-8?q?Increase=20font=20size=20of=20home=E2=80=99s=20?= =?UTF-8?q?links=20and=20all=20arrows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/public.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/public.css b/web/static/public.css index 132a555..6955917 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -495,7 +495,7 @@ nav:last-of-type > ul > li:last-child { } .hero a, .services h2, .surroundings .spiel a { - font-size: calc(1rem + 1.2vw); + font-size: calc(2rem + 1.2vw); } .hero a, .services a { @@ -656,7 +656,7 @@ dl, .nature > div, .outside_activities > div, .campsite_info { .slick-slider .slick-arrow { font-weight: 600; - font-size: calc(1rem + 1.2vw); + font-size: calc(2rem + 1.2vw); line-height: 1; width: 5rem; height: 5rem;