Skip to content

Commit

Permalink
Merge pull request #201 from Murdock9803/top-padding-fix
Browse files Browse the repository at this point in the history
Fixed the top padding issue for logo alignment
  • Loading branch information
possumbilities authored Mar 8, 2024
2 parents d2cc7e3 + c3bcbff commit a1d7a42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
font-family: sans-serif;
margin: 0;
padding: 0;
padding: 30px 0 0;
}

/* STYLES FOR GLOBAL HEADER */
Expand All @@ -13,7 +13,8 @@ padding: 0;

#global-header {
font-family: 'Source Sans Pro', sans-serif;
position: relative;
position: absolute;
top: 0;
background-color: #000000;
color: #ffffff;
padding: 2.5% 7.5% 2.5%;
Expand Down

0 comments on commit a1d7a42

Please sign in to comment.