grand-bourg: fix form textareas width in mobile (#88450) #552

Merged
csechet merged 1 commits from wip/88450-grand-bourg-textarea-trop-larges into main 2024-04-16 10:01:59 +02:00
1 changed files with 2 additions and 3 deletions

View File

@ -21,10 +21,9 @@
}
.form-content {
display: grid;
gap: 0 $form-sidebar-gutter;
@media($min-desktop-viewport) {
display: grid;
gap: 0 $form-sidebar-gutter;
grid-template-columns: $form-sidebar-width 1fr;
}