Skip to content

Commit

Permalink
added fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh Chernov committed Jun 15, 2024
1 parent dfe926e commit e11fb5f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
></script>
</head>
<body class="page__body">
<header class="header">
<header
class="header"
id="blog"
>
<div class="header__top">
<div class="top-bar top-bar-header">
<a
Expand Down Expand Up @@ -169,8 +172,9 @@ <h1 class="header__title">Creative bakery</h1>
/>
</picture>
<a
href="#"
href="https://www.instagram.com/"
class="header__button"
target="_blank"
>
<svg
width="24"
Expand Down
6 changes: 6 additions & 0 deletions src/styles/blocks/about-us.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
.about-us {
padding-top: 68px;
margin-top: -68px;

margin-bottom: 72px;

@include on-tablet {
margin-bottom: 152px;
}

@include on-laptop {
padding-top: 90px;
margin-top: -90px;

margin-bottom: 349px;
}

Expand Down
6 changes: 6 additions & 0 deletions src/styles/blocks/products.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,19 @@
}

.products {
padding-top: 68px;
margin-top: -68px;

margin-bottom: 72px;

@include on-tablet {
margin-bottom: 152px;
}

@include on-laptop {
padding-top: 90px;
margin-top: -90px;

margin-bottom: 178px;
}

Expand Down

0 comments on commit e11fb5f

Please sign in to comment.