Skip to content

Commit

Permalink
Merge pull request #137 from KirillKapteily/Kirill-footer
Browse files Browse the repository at this point in the history
Fixed menu
  • Loading branch information
KirillKapteily authored Feb 1, 2025
2 parents ad3c0a0 + 58b01cf commit 6cb5061
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sass/components/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ body {
color: $text-color;
}

.footer__menu{
padding-left: 0px;
}

.footer__text {
color: $text-color;
}
Expand Down Expand Up @@ -202,6 +206,7 @@ body {
flex-direction: column;
gap: 24px;


}

.footer__up{
Expand Down

0 comments on commit 6cb5061

Please sign in to comment.