1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00
5e-drs/docs/.vuepress/theme/styles/_layout.scss

15 lines
225 B
SCSS
Raw Normal View History

2020-04-05 14:38:20 +02:00
.page.content {
.column-count-2 {
column-count: 2;
column-gap: 25pt;
}
2020-04-16 18:08:21 +02:00
.column-count-3 {
column-count: 3;
margin-bottom: 12px;
}
2020-05-03 10:32:42 +02:00
.column-count-4 {
column-count: 4;
margin-bottom: 12px;
}
2020-04-05 14:38:20 +02:00
}