We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17528de commit ad0b25eCopy full SHA for ad0b25e
src/pages/events/EventListStyles.tsx
@@ -14,9 +14,9 @@ export default class EventListStyles {
14
@media (max-width: 718px) {
15
display: grid;
16
grid-template-columns: 100%;
17
- grid-template-rows:
18
- calc(var(--vh) * .2) /* Intro heading */
19
- max(calc(var(--vh) * .15), 100px); /* Contact info */
+ // grid-template-rows:
+ // calc(var(--vh) * .2) /* Intro heading */
+ // max(calc(var(--vh) * .15), 100px); /* Contact info */
20
justify-content: center;
21
align-content: center;
22
}
0 commit comments