From f6e4cda443db5eff22b55d27dcb6bccdc5e66212 Mon Sep 17 00:00:00 2001 From: mart1d4 Date: Tue, 10 Oct 2023 15:27:41 +0200 Subject: [PATCH] Change percentage size to dvh/dvw --- CC2/index.html | 3 ++- TM3/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CC2/index.html b/CC2/index.html index 44bbe5c..7a099e2 100644 --- a/CC2/index.html +++ b/CC2/index.html @@ -26,7 +26,8 @@ body { background-color: #161616d0; color: #fefefe; - width: 100%; + width: 100dvw; + min-height: 100dvh; font-size: 16px; font-family: 'Roboto', sans-serif; } diff --git a/TM3/index.html b/TM3/index.html index fac62b5..7a4018a 100644 --- a/TM3/index.html +++ b/TM3/index.html @@ -26,7 +26,8 @@ body { background-color: #161616d0; color: #fefefe; - width: 100%; + width: 100dvw; + height: 100dvh; font-size: 16px; font-family: 'Roboto', sans-serif; }