From 42774ecc625aaff336a05b577a84e50f38720f7c Mon Sep 17 00:00:00 2001 From: Linus Bierhoff Date: Tue, 2 Jan 2024 20:09:06 +0100 Subject: [PATCH] Auto commit by script on 2024-01-02 20:09:06 --- quiz.html | 1 - style/quiz.css | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/quiz.html b/quiz.html index 07cb024..511415f 100644 --- a/quiz.html +++ b/quiz.html @@ -48,7 +48,6 @@

4

- diff --git a/style/quiz.css b/style/quiz.css index c50f6d1..e876df0 100644 --- a/style/quiz.css +++ b/style/quiz.css @@ -109,7 +109,7 @@ header { #answers { position: relative; box-sizing: border-box; - padding: 20px 20px; + padding: 5vw; width: 100vw; height: 100vw; } @@ -187,7 +187,7 @@ header { #answers { position: relative; box-sizing: border-box; - padding: 20px 20px; + padding: 5vh; min-width: 100vh; width: 100vh; height: 100vh;