Ensure all content starts in the correct column

This commit is contained in:
Andy Smith
2025-05-21 01:09:11 -05:00
parent fab3157d62
commit 21e5dff210
+4
View File
@@ -71,6 +71,10 @@
@media (min-width: 640px) {
display: contents;
}
&:nth-of-type(1) > * { grid-column-start: 1; }
&:nth-of-type(2) > * { grid-column-start: 2; }
&:nth-of-type(3) > * { grid-column-start: 3; }
}
.events__column-header {