Skip to content

Commit

Permalink
Edit styles
Browse files Browse the repository at this point in the history
  • Loading branch information
daveknights committed Mar 2, 2024
1 parent 21aff8c commit a7f8d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* {
box-sizing: border-box;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
Expand All @@ -22,7 +23,7 @@ header {
background: #0e2444;
display: flex;
flex-direction: column;
padding: 20px;
padding: 20px 20px 18px;
}
img {
height: 80px;
Expand Down

0 comments on commit a7f8d22

Please sign in to comment.