From 4944d9fd94918678409d826f7204a2ce047f6016 Mon Sep 17 00:00:00 2001 From: selmarosine Date: Wed, 13 Dec 2023 18:04:42 +0100 Subject: [PATCH] =?UTF-8?q?padding=20f=C3=B6r=20boka=20och=20fler=20datum,?= =?UTF-8?q?=20mobil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- detaljsida.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/detaljsida.css b/detaljsida.css index 5b6ca56..c4077f5 100644 --- a/detaljsida.css +++ b/detaljsida.css @@ -216,7 +216,7 @@ .day-month, .cal-right p { - font-size: 1.2vw; + font-size: 1.3vw; color: var(--black); } @@ -603,8 +603,8 @@ h5 { height: 45px; border: 2px solid white; border-radius: 66px; - margin-top: 5%; - margin-bottom: 3%; + margin-top: 40%; + margin-bottom: 20%; cursor: pointer; font-family: "Sometype Mono", monospace; font-size: 1.2em; @@ -632,10 +632,15 @@ h5 { .cal-left, .day-month, .cal-right p { - font-size: 2.3vw; + font-size: 3vw; color: black; } + .more-dates { + margin-top: 15%; + margin-bottom: 8%; + } + .kalendarium { font-size: 3vw; }