Skip to content

Commit

Permalink
Center burger button content and match color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy-T committed Mar 30, 2021
1 parent 6c9bea9 commit 3482031
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions components/layout/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
.burger {
display: block;
/* color: #4a4a4a; */
background: none;
border: 1px solid var(--gray900);
border-radius: 4px;
cursor: pointer;
height: 3.25rem;
width: 3.25rem;
Expand All @@ -112,20 +115,20 @@
}

.burger span {
transform: translateX(-50%);
transform: translateX(25%);
padding: 1px 0px;
margin: 6px 0;
width: 20px;
width: 65%;
display: block;
background-color: white;
background-color: var(--gray900);
}

.burger div {
height: 100%;
color: white;
/* height: 100%; */
color: var(--gray900);
text-align: center;
margin: auto;
font-size: 1.5rem;
transform: translateX(-50%);
/* transform: translateX(-50%); */
}
}

0 comments on commit 3482031

Please sign in to comment.