mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
12 lines
183 B
SCSS
12 lines
183 B
SCSS
.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;
|
|
}
|