1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00
5e-drs/docs/.vuepress/theme/styles/_layout.scss
Maxime Moraine 75fa88cb5b rebranding
2021-02-06 09:23:10 +01:00

19 lines
341 B
SCSS

// .v-main {
// background-color: $color-background;
// }
// .theme--light.v-navigation-drawer {
// background-color: darken($color-background, 0);
// }
.column-count-2 {
column-count: 2;
column-gap: 25pt;
}
.column-count-3 {
column-count: 3;
margin-bottom: 12px;
}
.column-count-4 {
column-count: 4;
margin-bottom: 12px;
}