Skip to content

Commit

Permalink
logo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kandyy9 committed Apr 14, 2024
1 parent 48ed0fc commit 02c79a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,15 @@
letter-spacing: -0.02em;
}

.button-shop-now{
.shop-now{
border-radius: 30px;
padding: 16px 32px;
background-color: #7a3145;
border: none;
font-weight: 600;
font-size: 18px;
letter-spacing: -0.01em;
line-height: 1.11;
text-transform: uppercase;
color: var(--main-text);
}
Expand Down
4 changes: 2 additions & 2 deletions src/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<svg class="header-logo-tab squares" width="18" height="18">
<use href="./img/icons.svg#big-cubiki"></use>
</svg>
<svg class="header-logo-tab" width="168" height="15">
<svg class="header-logo-tab" width="168" height="16">
<use href="./img/icons.svg#big-green-harvest"></use>
</svg>
</a>
Expand All @@ -29,7 +29,7 @@
</li>
</ul>
</nav>
<button type="button" class="button-shop-now">shop now</button>
<a href="#your-order" class="shop-now">shop now</a>
</div>
<button type="button" class="button-menu-open-mob">
<svg width="32" height="32">
Expand Down

0 comments on commit 02c79a3

Please sign in to comment.