From a1874f1732036599e16dbf83084e47c3d5021681 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 3 Dec 2023 15:02:12 +0000 Subject: [PATCH] [03/12/23] Adding new viewport breakpoint --- assets/css/default.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/css/default.css b/assets/css/default.css index 0ced608..d533f7f 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -13,9 +13,18 @@ div.content { position: relative; } +@media screen and (max-width: 1440px) { + div.content { + width: 60%; + height: auto; + margin: 0 auto; + position: relative; + } +} + @media screen and (max-width: 1080px) { div.content { - width: 70%; + width: 80%; height: auto; margin: 0 auto; position: relative;