Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
IIROFESSOR-X committed Oct 4, 2023
1 parent 0248ecb commit 97fbfb6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
}



@media (min-width: 1280px) {
.link-address {
font-style: normal;
Expand All @@ -72,6 +73,12 @@
.link-address:hover, .link-address:focus {
border: 1px solid var(--yellow, #ECD979);
}
.header-social-link:hover, .header-social-link:focus {
border: 1px solid var(--yellow, #ECD979);
}
.header-nav-item:hover, .header-nav-item:focus {
color: var(--yellow, #ECD979);
}

.header-nav {
display: flex;
Expand All @@ -87,9 +94,7 @@
text-transform: uppercase;
}

.header-nav-item:hover, .header-nav-item:focus {
color: var(--yellow, #ECD979);
}


.header-open-btn {
display: none;
Expand Down

0 comments on commit 97fbfb6

Please sign in to comment.