Skip to content

Commit

Permalink
fixed gray bars
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
makaip committed Apr 6, 2024
1 parent fbfdc43 commit ad7f4a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
max-width: 1000px;
max-width: 900px;
margin: auto;
padding: 10px;
font-family: "Inter", sans-serif;
Expand Down Expand Up @@ -53,7 +53,6 @@ button:hover {
background-repeat: no-repeat;
background-size: auto;
background-position-y: top;
background-size: inherit;
}

section {
Expand Down

0 comments on commit ad7f4a5

Please sign in to comment.