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:
parent
63fb1d4ca5
commit
f7750b5034
7 changed files with 81 additions and 9058 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue