Skip to content

Commit

Permalink
Merge pull request #1 from christopherldo/main
Browse files Browse the repository at this point in the history
Fixed padding breaking header layout
  • Loading branch information
vitorPYa authored Dec 16, 2020
2 parents a3687ac + f0e2d58 commit 4eed392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ label.logo {
color: white;
font-size: 35px;
line-height: 80px;
padding: 0 100px;
padding-left: 100px;
font-weight: bold;
}
nav ul {
Expand Down

0 comments on commit 4eed392

Please sign in to comment.