From 196b92f9e8552159917d28f541e965457f560d58 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Mon, 6 May 2024 23:54:12 +0200 Subject: [PATCH] fix: improve zoom on phone --- css/style.css | 4 ++-- index.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 16772f3..6775a28 100644 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,7 @@ html { display: flex; - width: 100vw; + width: 100%; background-color: var(--bg-color); color: var(--fg-color); font-size: 1em; @@ -15,7 +15,7 @@ html { body { width: 80ch; - height: 100vh; + height: 100%; margin: 0; } diff --git a/index.html b/index.html index f61b208..d5792c1 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Henri Saudubray +