Skip to content

Commit

Permalink
reduce top padding menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenreda committed Nov 13, 2023
1 parent 13735f5 commit c8dc6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ header ~ .menu menu {
transform: translateX(100%);
transition: transform 0.3s ease-in-out;
font: var(--font-text-service);
padding-top: 15vh;
padding-top: 10vh;
}
header.is-pinned ~ .menu menu {
top: var(--menu-height-pinned);
Expand Down

0 comments on commit c8dc6d1

Please sign in to comment.