diff --git a/static/rochefort-agglo/_custom.scss b/static/rochefort-agglo/_custom.scss index edf2135f..35e477be 100644 --- a/static/rochefort-agglo/_custom.scss +++ b/static/rochefort-agglo/_custom.scss @@ -162,3 +162,9 @@ body.page-index #columns { background: $cell-background; } } + +@media (max-width: $very-small-limit) { + div.buttons .widget { + flex-basis: 100%; + } +}