Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav0102030405 committed Feb 3, 2024
1 parent 5e7da3e commit aa9ca77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
16 changes: 2 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,20 @@
<a class="menu__logo" href="./index.html">
<img src="./images/logo.svg" alt="Логотип сучасної пекарні" />
</a>
<!-- <button class="header__burger menu__burger is-open" type="button" aria-expanded="false" data-menu-button>
<svg class="menu__svg" width="40" height="40" aria-label="Переключатель мобильного меню">
<use class="icon__close" href="./images/icons-svg.svg#icon-close_40px-1"></use>
<use class="icon__menu" href="./images/icons-svg.svg#icon-menu"></use>
</svg>
</button> -->

<!-- <div class="menu__container"></div> -->
<!-- </div> -->
<!-- <button class="mobile-menu__btn-close menu-btn-close" type="button">
x
</button> -->
<ul class="header__list">
<li><a class="link" href="#traditions">Наші традиції</a></li>
<li><a class="link" href="#chefs">Шеф-кухарі</a></li>
<li><a class="link" href="#formats">Формати</a></li>
<li><a class="link" href="#contact">Контакти</a></li>
</ul>
</nav>
<button
<!-- <button
data-aos="fade-left"
class="button header__button modal-btn-open"
type="button"
>
Замовити дзвінок
</button>
</button> -->

<button
class="header__burger menu-btn-open js-open-modal"
Expand Down
3 changes: 2 additions & 1 deletion scss/components/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
@media screen and (min-width: $desktop) {
display: flex;
flex-grow: 1;
justify-content: center;
// justify-content: center;
justify-content: end;
gap: 64px;
}
}
Expand Down

0 comments on commit aa9ca77

Please sign in to comment.