toodego: put (publik notifications) communes in 3 columns on desktop

This commit is contained in:
Frédéric Péters 2022-04-11 18:23:40 +02:00
parent 9c871079f8
commit 4335b3d0ab
1 changed files with 6 additions and 0 deletions

View File

@ -1121,3 +1121,9 @@ div.ui-widget-overlay {
.img-max-width {
max-width: 100%;
}
.pl-liste-communes ul {
@media screen and (min-width: $desktop-limit) {
column-count: 3;
}
}