Skip to content

Commit

Permalink
change padding
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhtm committed Sep 19, 2023
1 parent f6351f9 commit 8529fce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,17 @@ ul#nav li {


#nav-wrap{
font: 12px bold 'opensans-bold', sans-serif;
font: 5px bold 'opensans-bold', sans-serif;
width: 100%;
text-transform: uppercase;
letter-spacing: 2.5px;
margin: 0 auto;
z-index: 100;
position: fixed;
left: 0;
top: 0;
display: block;
padding-left: 10%;
padding-right: 10%;
padding-top: 2%;
}

ul#nav li {
Expand Down

0 comments on commit 8529fce

Please sign in to comment.