rochefort-agglo: set buttons to full page width on small screens (#81650) #393

Merged
smihai merged 1 commits from wip/81650-rochefort-agglo-use-full-button-width-on-small-screens into main 2023-10-02 13:43:53 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -162,3 +162,9 @@ body.page-index #columns {
background: $cell-background;
}
}
@media (max-width: $very-small-limit) {
div.buttons .widget {
flex-basis: 100%;
}
}