Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jan 4, 2024
1 parent 06dd4a1 commit 91f2e4e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ body {
font-size: 1rem;
color: var(--nord4);
font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
margin-left: auto;
margin-right: auto;
width: 90%;
}

p {
Expand Down Expand Up @@ -39,12 +42,6 @@ ul {
padding-left: 1rem;
}

body {
margin-left: auto;
margin-right: auto;
width: 90%;
}

@media screen and (min-width:768px) {
body {
width: 70%;
Expand Down

0 comments on commit 91f2e4e

Please sign in to comment.