Skip to content

Commit

Permalink
add padding to header, prevent h1 behind menu btn
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Jan 16, 2023
1 parent 210792b commit 2da4c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ header {
height: var(--icon-menu-size);
background-color: var(--bgc-page);
box-shadow: var(--card-shadow);
padding-left: calc(var(--icon-menu-size) + .5rem);
}


Expand Down

0 comments on commit 2da4c4a

Please sign in to comment.