Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jangseun committed Jan 16, 2025
1 parent 530764c commit d2ebaa1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/routes/main_menu/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@


<style>
:global(html, body) {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.img{
height: 100vh;
width: 100vw;
Expand Down

0 comments on commit d2ebaa1

Please sign in to comment.