Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vo7kov committed Aug 11, 2023
1 parent f832a81 commit 0ee9817
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 102 deletions.
31 changes: 13 additions & 18 deletions src/components/Footer/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,8 @@
@include NavLink;
}

&__info {
grid-column: 1/3;
grid-row: 2/2;

display: flex;
align-items: center;
justify-content: space-between;

margin-top: 60px;
&__lang-wrapper {
width: 100%;
}

&__lang-button {
grid-column: 1/2;

position: relative;
Expand All @@ -93,7 +82,7 @@
&::after {
@include selectAfter;

right: -24px;
left: 84px;
}

&:hover {
Expand All @@ -109,16 +98,15 @@
}
}

&__social-list {
&__social-list-wrapper {
grid-column: 2/3;
grid-row: 2/2;

margin-top: 60px;

display: flex;
gap: 16px;
justify-content: flex-end;

list-style: none;
width: 100%;
margin-top: 60px;

@include onTablet {
grid-column: 4/4;
Expand All @@ -128,6 +116,13 @@
}
}

&__social-list {
display: flex;
gap: 16px;

list-style: none;
}

&__copyright {
grid-column: 1/3;
grid-row: 3/3;
Expand Down
Loading

0 comments on commit 0ee9817

Please sign in to comment.