Skip to content

Commit 1c271f8

Browse files
committed
Update CommunityEvents.module.css
1 parent 1e595bb commit 1c271f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/CommunityEvents/CommunityEvents.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
/* Tablet */
5757
@media (max-width: 1024px) {
5858
.component {
59-
grid-template-columns: 1fr;
59+
display: flex;
60+
flex-direction: column-reverse;
6061
}
6162

6263
.contentRight {
6364
margin-left: 0;
6465
width: 100%;
65-
padding: 0 var(--space-10x);
6666
}
6767

6868
.contentLeft {

0 commit comments

Comments
 (0)