Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizvinskyi0202 committed Oct 28, 2024
1 parent 917adbd commit f25a316
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/index.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions css/scss/layout/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,15 @@ ul {
&-logo{
display: flex;
align-items: center;
&__svg{
img{
width: 70px;
height: 70px;
}
}
&__text{
font-size: 22px;
display: none;
color: #fff;
margin-left: 20px;
span{
Expand Down
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/articles/articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="header-wrap">
<div class="header-logo">
<div class="header-logo__svg">
<img src="img/logo.svg" alt="">
<img src="img/logo.png" alt="">
</div>
<div class="header-logo__text">
<span>НАЗВА</span>
Expand Down
2 changes: 1 addition & 1 deletion pages/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="header-wrap">
<div class="header-logo">
<div class="header-logo__svg">
<img src="img/logo.svg" alt="">
<img src="img/logo.png" alt="">
</div>
<div class="header-logo__text">
<span>НАЗВА</span>
Expand Down
2 changes: 1 addition & 1 deletion pages/order/order.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="header-wrap">
<div class="header-logo">
<div class="header-logo__svg">
<img src="img/logo.svg" alt="">
<img src="img/logo.png" alt="">
</div>
<div class="header-logo__text">
<span>НАЗВА</span>
Expand Down
2 changes: 1 addition & 1 deletion pages/products/products.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="header-wrap">
<div class="header-logo">
<div class="header-logo__svg">
<img src="img/logo.svg" alt="">
<img src="img/logo.png" alt="">
</div>
<div class="header-logo__text">
<span>НАЗВА</span>
Expand Down

0 comments on commit f25a316

Please sign in to comment.