Skip to content

Commit

Permalink
changed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovchukkul committed Sep 30, 2023
1 parent 2dcf9dc commit 3ad74f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/blocks/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
padding-left: 54px;
}

@include onBiggestDesk {
padding-left: 0;
}

@include onLargeScreen {
max-width: 1048px;
}
Expand Down Expand Up @@ -266,6 +270,10 @@

padding-left: 54px;
}

@include onBiggestDesk {
margin-left: 50px;
}
}

.footer__nav {
Expand All @@ -274,6 +282,10 @@
@include onDesktop {
margin-left: 234px;
}

@include onBiggestDesk {
margin-left: 463px;
}
}

.footer__logo-air {
Expand Down

0 comments on commit 3ad74f4

Please sign in to comment.