diff --git a/website/assets/style.css b/website/assets/style.css index 869dd43..f14c1e2 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -11,6 +11,13 @@ box-sizing: border-box; } +html, +body { + width: 100%; + max-width: 100%; + overflow-x: hidden; +} + body { margin: 0; min-height: 100svh; diff --git a/website/index.html b/website/index.html index 34dffe6..d4a57be 100644 --- a/website/index.html +++ b/website/index.html @@ -5,7 +5,7 @@