removed w-screen from container

It makes the page scroll vertically which is annoying. And w-screen isn't even needed to make the thing full screen.
pull/15/head
punishedbernadetta 8 months ago
parent 62132def6d
commit 7babf4f929

@ -13,7 +13,7 @@
</script>
<div class="container flex mx-auto h-screen w-screen">
<div class="container flex mx-auto h-screen">
<div class="m-auto">
{#if browserName }
<center>

Loading…
Cancel
Save