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> </script>
<div class="container flex mx-auto h-screen w-screen"> <div class="container flex mx-auto h-screen">
<div class="m-auto"> <div class="m-auto">
{#if browserName } {#if browserName }
<center> <center>

Loading…
Cancel
Save