From b731ff2ad3eae651869b8c6b2385e7cd43af8d09 Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Sat, 4 Jan 2025 01:12:27 -0800
Subject: [PATCH] begone root

---
 web-client/index.html | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/web-client/index.html b/web-client/index.html
index 5622bba..121f981 100644
--- a/web-client/index.html
+++ b/web-client/index.html
@@ -13,19 +13,13 @@
 			width: 100%;
 			height: 100%;
 		}
-		.root {
-			width: 100%;
-			height: 100%;
-		}
 		.main-canvas {
 			margin: 0;
 		}
     </style>
 </head>
 <body>
-	<div class="root">
-		<canvas class="main-canvas" id="canvas"></canvas>
-	</div>
+	<canvas class="main-canvas" id="canvas"></canvas>
     <link data-trunk rel="rust" href="../strafe-client/Cargo.toml"/>
 </body>
 </html>