From cd43fd3cfd65e0b441843e2f1e8a374d6a3fb8b9 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Mon, 15 Jan 2024 12:32:52 +0100 Subject: [PATCH] Update public style --- web/static/public.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/static/public.css b/web/static/public.css index 5f2e8ec..9abed80 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -466,8 +466,7 @@ nav:last-of-type > ul > li:last-child { margin-bottom: 0; font-size: calc(2rem + 4vw); display: block; - padding: 3rem; - background: transparent; + background: transparent; color: var(--base); } @@ -512,7 +511,7 @@ dl, .nature div + div, .outside_activities > div { z-index: 2; padding: .55rem 1.5rem 1rem; background-color: var(--accent); - color: var(--base); + color: var(--base); border-top-left-radius: 5px; border-bottom-right-radius: 5px; } @@ -625,7 +624,7 @@ dl, .nature div + div, .outside_activities > div { .enjoy { font-weight: 900; - font-size: calc(1.2rem + 4vw); + font-size: calc(2rem + 4vw); line-height: 1.2em; margin: 10rem 0; } @@ -1443,6 +1442,10 @@ address { /* camping map */ +#campground_map { + border-radius: 5px; +} + #arbres { mix-blend-mode: multiply; opacity: .5;