Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Your_Name Your_Surname committed Jul 7, 2024
1 parent 15761e0 commit 9edcfb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/styles/blocks/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

&:last-of-type {
padding-bottom: 0;

@include on-small-desktop {
padding-bottom: 148px;
}
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/styles/blocks/footer.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.footer {
height: auto;


@include on-tablet {
background-color: #fff;
}
Expand All @@ -17,7 +18,7 @@
border-top-left-radius: 30px;
border-top-right-radius: 30px;
background-color: #2c2c2c;

padding-top: 72px;
padding-bottom: 80px;

Expand Down

0 comments on commit 9edcfb0

Please sign in to comment.