Ensure all content starts in the correct column
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user