1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00

optimisation d'affichage des tables (monstres, sorts, objets magiques) pour les mobiles

This commit is contained in:
Maxime Moraine 2021-02-11 14:11:45 +01:00
parent 63fb1d4ca5
commit f7750b5034
7 changed files with 81 additions and 9058 deletions

View file

@ -6,17 +6,19 @@ main.content {
}
}
.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;
@media screen and (min-width: $breakpointMD) {
.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;
}
}
* {