From b3f2e26a1455142734279f60adb989ec1989b78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Fri, 16 Aug 2024 13:57:57 +0200 Subject: [PATCH] fix: added edge case for large screens --- public/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/styles.css b/public/styles.css index b95950e..0814df5 100644 --- a/public/styles.css +++ b/public/styles.css @@ -243,6 +243,12 @@ a:focus { 0.1s text-decoration ease-in-out; } +@media only screen and (min-width: 2000px) { + .page { + height: 11in; + } +} + @media only screen and (min-width: 768px) and (max-width: 900px) { html, body {