Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka committed Apr 1, 2024
1 parent a7278ef commit beba463
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
html, body {
height: 100%;
width: 100%;
background-color: var(--main-bg-color);
overflow: auto;
font-family: "Fira Code Light", serif;
}

main {
height: 100svh;
background-color: var(--main-bg-color);
min-width: 1024px;
overflow: auto;
padding: 2rem;
}

Expand Down

0 comments on commit beba463

Please sign in to comment.