Skip to content

Commit

Permalink
Небольшая правка Footer, в некоторых ситуациях адаптировалось неправи…
Browse files Browse the repository at this point in the history
…льно
  • Loading branch information
kirill-k88 committed May 6, 2024
1 parent eaba26d commit 5723f7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/widgets/Footer/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

.footer {
background-color: var.$footer-bg;
width: calc(100vw - 20px);
width: 100%;
display: flex;
justify-content: center;
color: var.$white;

&__container {
display: flex;
max-width: 100%;
width: 100%;
max-width: 1400px;
flex-direction: column;
}

Expand Down Expand Up @@ -178,9 +179,9 @@
}

&__bottom-wrapper {
width: 100%;
display: flex;
gap: 5px;
width: 1370px;
height: 62px;
align-items: center;
justify-content: space-between;
Expand Down

0 comments on commit 5723f7c

Please sign in to comment.