From 5302736ff574fb28dec8b80915d2e4e1645b5661 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 7 Jul 2023 02:27:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20smaller=20font=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8a96ca1..3fb3ee9 100644 --- a/style.css +++ b/style.css @@ -12,6 +12,7 @@ body { font-size: 36px; font-family: "Noto Serif", serif; + margin: 0; } header { @@ -24,6 +25,7 @@ main { justify-content: center; gap: 0; margin: 0 1rem; + max-height: 100vh; } .customer-satisfaction { @@ -115,13 +117,13 @@ li { } body { - font-size: 26px; + font-size: 22px; } .customer-satisfaction { background-color: var(--background-color); padding: 0 0.5rem; - font-size: min(36px, 50vw); + font-size: min(22px, 50vw); height: initial; }