Skip to content

Commit

Permalink
fix: remove fixed height from generosity section, now scale to conten…
Browse files Browse the repository at this point in the history
…t height
  • Loading branch information
trulshj committed Dec 13, 2024
1 parent a427d92 commit 77ba3f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/sections/generosity/generosity.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@
.content {
display: flex;
flex-direction: row;
align-items: flex-start;
align-items: stretch;
gap: 1rem;

height: 30rem;

& > :first-child {
flex: 1;
}
Expand All @@ -40,7 +38,7 @@

& > :first-child,
& > :last-child {
height: 100%;
height: unset;
}

@media (max-width: 768px) {
Expand Down

0 comments on commit 77ba3f8

Please sign in to comment.