Skip to content

Commit

Permalink
Fix logos covered
Browse files Browse the repository at this point in the history
  • Loading branch information
pkong-ds committed May 30, 2024
1 parent 390e0ef commit 5b5c04c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,17 @@ figure {
vertical-align: text-bottom;
}

.header__skymaker-logo-link {
z-index: 10;
}

.header__mockuphone-link {
margin-left: -13px;
font-family: "Red Hat Display", monospace;
font-weight: 900;
font-size: 20px;
color: var(--black);
z-index: 10;
}
.header__mockuphone-link:hover {
color: var(--black);
Expand Down

0 comments on commit 5b5c04c

Please sign in to comment.