Skip to content

Commit

Permalink
feat: remove extraneous borders
Browse files Browse the repository at this point in the history
  • Loading branch information
shezard committed Feb 11, 2024
1 parent c97c1df commit 07bceeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import Menu from '$lib/components/Menu.svelte';
</script>

<div class="w-full flex justify-center">
<div class="columns-1 flex flex-col justify-center w-[400px] overflow-y-hidden">
<div class="w-screen flex justify-center">
<div class="columns-1 flex flex-col justify-center mx-auto overflow-y-hidden">
<header>
<Menu />
<Subject />
Expand Down

0 comments on commit 07bceeb

Please sign in to comment.