rochefort-agglo: set buttons to full page width on small screens (#81650)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-09-26 17:00:58 +02:00
parent 7696c251b8
commit aaf53b2518
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%;
}
}