Skip to content

Commit

Permalink
Fixed header margins
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrutherford authored Jun 28, 2024
1 parent 4f768af commit 9052ab2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
body {
display: inline;
padding: 0;
margin-top: 0;
flex-direction: column;
align-items: center;
font-family: Arial, sans-serif;
margin-top: 0;
background-color: black;
height: 100vh;
height: 100%;
width: 100%;
justify-content: space-between;
overflow-x: hidden;
}
Expand All @@ -20,7 +20,7 @@ header {
}

header h1 {
margin: 0;
margin: 0px;
}

.container {
Expand Down

0 comments on commit 9052ab2

Please sign in to comment.