Skip to content

Commit

Permalink
Merge pull request #166 from DaleStudy/sam/161
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTheKorean authored Jul 19, 2024
2 parents 8497697 + a8e3213 commit fe0ecc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Header extends HTMLElement {
gap: 10px;
align-items: center;
text-decoration: none;
padding: 10px 20px;
padding: 10px 5px;
span {
display: none;
Expand Down Expand Up @@ -145,6 +145,7 @@ class Header extends HTMLElement {
&:hover {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
font-weight: bold;
}
&:active svg path {
Expand Down

0 comments on commit fe0ecc5

Please sign in to comment.