Skip to content

Commit

Permalink
More style
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 17, 2024
1 parent 38a627a commit 0dcfd9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
box-sizing: border-box;
}

body, div, header, footer, main, h1, h2, h3, h4, h5, h6 {
body, div, header, footer, main, h1, h2, h3, h4, h5, h6, img {
margin: 0;
padding: 0;
}
Expand All @@ -32,9 +32,9 @@ header {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
justify-content: space-between;
align-items: center;
padding-top: 30px;
padding: 15px;
background: var(--headerbg);
}

Expand Down

0 comments on commit 0dcfd9b

Please sign in to comment.