Skip to content

Commit

Permalink
Update base.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazycatASG committed Jul 8, 2023
1 parent 26ce02a commit 5aeb4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $bodyColor: #000000;
$bodyFont: monospace;
$max-width: 1000px;
$margin: auto;
$font-size: 10px;
$font-size: 20px;

body {
background: $backgroundColor;
Expand All @@ -16,4 +16,4 @@ body {

ul {
max-width: 600px;
}
}

0 comments on commit 5aeb4ae

Please sign in to comment.