Skip to content

Commit

Permalink
fix spacing between openness, learning and generosity section (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne authored Dec 12, 2024
1 parent 506d36f commit 14e1bed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sections/contact-box/contact-box.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
padding: 0;
width: 100%;
max-width: var(--max-content-width-large);
padding: 2.25rem 0rem;
}

.contactBox__inner {
Expand Down
1 change: 1 addition & 0 deletions src/components/sections/generosity/generosity.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
margin: 5rem auto;
gap: 2rem;
color: var(--text-primary);
margin-bottom: -2rem;
}

.title {
Expand Down
1 change: 1 addition & 0 deletions src/components/sections/learning/learning.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
max-width: var(--max-content-width-large);
margin: 5rem auto;
gap: 2rem;
margin-bottom: -2rem;
}

.title {
Expand Down
1 change: 1 addition & 0 deletions src/components/sections/openness/openness.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
margin: 5rem auto;
gap: 2rem;
color: var(--text-primary);
margin-bottom: -2rem;
}

.title {
Expand Down

0 comments on commit 14e1bed

Please sign in to comment.