1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00
This commit is contained in:
Maxime Moraine 2020-05-03 10:32:42 +02:00
parent d176135791
commit 7cf83baed3
6 changed files with 21 additions and 5 deletions

View file

@ -3,4 +3,8 @@
column-count: 3;
margin-bottom: 12px;
}
.column-count-4 {
column-count: 4;
margin-bottom: 12px;
}
}