Skip to content

Commit

Permalink
add header(not all)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rourkes committed Apr 13, 2024
1 parent c9db2d9 commit 01e71a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
padding-top: 20px;
padding-bottom: 48px;
}
.header-logo-mob {
.footer-logo-link {
display: flex;
gap: 4px;
align-items: center;
justify-content: center;
}
.header-logo-mob {
fill: #FBFBFB;
}
.button-menu-open-mob {
Expand Down
2 changes: 1 addition & 1 deletion src/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container header-container">
<div class="header-logo">
<a class="header-logo-link" href="./index.html">
<svg class="header-logo-icon-mob" width="16" height="16">
<svg class="header-logo-mob" width="16" height="16">
<use href="./img/icons.svg#mini-cubiki"></use>
</svg>
<svg class="header-logo-mob" width="148" height="12">
Expand Down

0 comments on commit 01e71a6

Please sign in to comment.