Skip to content

Commit

Permalink
Merge pull request #5 from acmucsd/involved
Browse files Browse the repository at this point in the history
fix mobile
  • Loading branch information
alexzhang1618 authored Apr 8, 2024
2 parents a232cfa + 8498ef8 commit 72aea89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sections/landing/GetInvolved/style.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use 'src/styles/vars.scss' as vars;

.container {
width: 100%;
gap: 3rem;
Expand All @@ -13,6 +15,11 @@
justify-content: space-between;
overflow: hidden;

@media screen and (width < vars.$breakpoint) {
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
}

.involvedCards {
display: flex;
flex-grow: 1;
Expand Down

0 comments on commit 72aea89

Please sign in to comment.