Skip to content

Commit ad0b25e

Browse files
committed
Fixed events page looking weird on mobile
1 parent 17528de commit ad0b25e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/events/EventListStyles.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default class EventListStyles {
1414
@media (max-width: 718px) {
1515
display: grid;
1616
grid-template-columns: 100%;
17-
grid-template-rows:
18-
calc(var(--vh) * .2) /* Intro heading */
19-
max(calc(var(--vh) * .15), 100px); /* Contact info */
17+
// grid-template-rows:
18+
// calc(var(--vh) * .2) /* Intro heading */
19+
// max(calc(var(--vh) * .15), 100px); /* Contact info */
2020
justify-content: center;
2121
align-content: center;
2222
}

0 commit comments

Comments
 (0)