Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KajizukaTaichi committed Oct 15, 2024
1 parent c578d2a commit 8877649
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ p, #title h1 {
font-size: 35px;
}

body {
#main {
padding: 2vh;
overflow: hidden;
}

body {
font-family: monospace;
font-size: large;
user-select: none;

height: 100vh;
overflow: hidden;
padding: 0; margin: 0;
background: linear-gradient(to bottom, white, aliceblue);
}

Expand Down

0 comments on commit 8877649

Please sign in to comment.