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 4392f1b commit d73a3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SvelteKit App</title>
<title>pie-game</title>
</head>
<body>
<script>
Expand All @@ -13,5 +13,4 @@
}
</script>
</body>
</html>
/
</html>
2 changes: 1 addition & 1 deletion src/routes/make_sheet2/(my-app)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
.bowl {
width: 44%;
margin-bottom: 17%;
margin-bottom: 15%;
opacity: 0.8;
Expand Down

0 comments on commit d73a3ff

Please sign in to comment.