diff --git a/app/assets/stylesheets/events.css b/app/assets/stylesheets/events.css index 68c61d5a7..d96dc293e 100644 --- a/app/assets/stylesheets/events.css +++ b/app/assets/stylesheets/events.css @@ -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 {