diff --git a/css/index.css b/css/index.css index 2721e8a..4d34bbb 100644 --- a/css/index.css +++ b/css/index.css @@ -187,6 +187,13 @@ body::before { .hub-header h1 { font-size: 1.7rem; } + + html, body { + overflow-x: hidden; + overflow-y: hidden; + width: 100%; + height: 0100dvh; + } } @media (min-width: 768px) {