Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TrymVei committed Nov 29, 2024
1 parent 7ac91a4 commit 1f5eed9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/navigation/footer/footer_new.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
justify-content: space-between;
}

@media (min-width: 1408px) {}
@media (min-width: 1408px) {
}
}

.logo {
Expand Down Expand Up @@ -95,7 +96,7 @@
gap: 1rem;
flex-wrap: wrap;

&>li {
& > li {
text-wrap: nowrap;
}

Expand Down

0 comments on commit 1f5eed9

Please sign in to comment.