Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
mafSida committed Aug 3, 2024
1 parent bee352f commit 4a4c180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ img {
line-height: 1.5;
letter-spacing: 0.02em;
color: #2e2f42;
padding: 24px 0;
display: inline-block;
}

.header-menu-link:hover {
Expand All @@ -124,7 +126,6 @@ img {
.header-address-list {
display: flex;
gap: 40px;
padding: 24px 0;
}
.header-address-item {
}
Expand Down

0 comments on commit 4a4c180

Please sign in to comment.