From b3fbcd310f9ec147bf055d08c70eb373de464d86 Mon Sep 17 00:00:00 2001 From: MrEidam Date: Mon, 21 Oct 2024 17:34:41 +0200 Subject: [PATCH] Possible height fix for PatPat --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index d52f3e1..8150946 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ body{ display: flex; justify-content: center; align-items: center; - min-height: 100vh; + min-height: 100vmin; background: #333; background-image: url("./img/pc.jpg"); background-repeat: no-repeat; @@ -157,7 +157,7 @@ span p{ transform: translate(-50%, -50%); width: 100%; - height: 100%; + height: 100vmin; backdrop-filter: blur(10px); }