Compare commits

...

2 Commits

Author SHA1 Message Date
Trivernis e7c015e47b Merge pull request 'Remove w-screen from container' (#15) from punishedbernadetta-patch-1 into main
Reviewed-on: #15
8 months ago
punishedbernadetta 7babf4f929 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.
8 months ago

@ -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