Skip to content

Commit

Permalink
feat: max-width on logo salad
Browse files Browse the repository at this point in the history
  • Loading branch information
TrymVei committed Jan 3, 2025
1 parent 00db1b9 commit e43af13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/sections/logoSalad/logoSalad.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.wrapper {
padding: 5rem 0;
max-width: var(--max-content-width-large);
margin: 0 auto;
background-color: var(--background-bg-light-primary);
}

Expand Down

0 comments on commit e43af13

Please sign in to comment.