Skip to content

Commit

Permalink
move attributes to CSS, adjust header height
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Apr 29, 2023
1 parent 3b87781 commit 5469c76
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ header {
#menu-button {
display: none;
cursor: pointer;
stroke: var(--color-4);
stroke-width: 4;
stroke-linecap: round;
}

.menu-button-line-0,
.menu-button-line-1,
.menu-button-line-2,
.menu-button-line-3 {
transition: 1s;
.menu-button-line-2 {
transition: d 150ms ease-in-out;
}

.nav-sections {
Expand Down Expand Up @@ -161,6 +163,9 @@ header {
/* responsiveness */

@media only screen and (max-width: 800px) {
header {
height: 45px;
}
#navigation {
--gap: 5px;
display: none;
Expand Down

0 comments on commit 5469c76

Please sign in to comment.