Skip to content

Commit

Permalink
Update font size in main.css to 17px
Browse files Browse the repository at this point in the history
Increase the font size in main.css to improve readability and user
experience. Removed unnecessary font size declaration for section.
  • Loading branch information
joone committed Mar 24, 2024
1 parent 56fdd03 commit 5274913
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
html {
color: #232333;
font-family: 'Roboto Mono', monospace;
font-size: 15px;
font-size: 17px;
line-height: 1.6em;
}
body{
Expand All @@ -20,10 +20,6 @@
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section {
font-size: 1.2rem;
}

::selection {
background: var(--maincolor);
color: #fff;
Expand Down

0 comments on commit 5274913

Please sign in to comment.