From 663759fa406c3b19caf98d5e365ee7cc0cfe90cf Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:56:12 +0100 Subject: [PATCH] fix css? --- index.html | 8 +------- style.css | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 326659d..838dc48 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,7 @@ Bad website -
- -
-
- -
-
+

On this website i host games and other stuff.

Contact:

diff --git a/style.css b/style.css index fa33078..5f319d2 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ #app { display: flex; - overflow: hidden; + overflow: visible; position: relative; width: 100vw; height: 100vh;