Skip to content

Commit 67b81b5

Browse files
authored
fix: add column gap for android mobile viewport (#1860)
1 parent 2597c78 commit 67b81b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

styles/get_involved.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
max-width: var(--typicalMaxWidth);
55
justify-content: space-evenly;
66
flex-wrap: wrap;
7+
column-gap: 0.5rem;
78
}
89

910
:global(#__next) .GetInvolved .ctaContainer > * {

styles/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
max-width: var(--typicalMaxWidth);
1313
justify-content: space-evenly;
1414
flex-wrap: wrap;
15+
column-gap: 0.5rem;
1516
}
1617

1718
.Home .ctaContainer > * {

0 commit comments

Comments
 (0)