Add timeline columns setting

This commit is contained in:
Cadence Ember
2020-06-22 01:03:41 +12:00
parent 8a1c2ddb80
commit f6977ed3b9
3 changed files with 17 additions and 5 deletions

View File

@@ -217,6 +217,18 @@ body
flex-wrap: wrap
margin: 0 auto
&.three-columns
max-width: 810px
@media screen and (max-width: $layout-a-max)
max-width: 480px
&.four-columns
max-width: 1080px
&.six-columns
max-width: 1620px
@media screen and (max-width: $layout-c-max)
display: grid
grid-template-columns: repeat(3, 1fr)