grand-bourg: fix form textareas width in mobile (#88450)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2024-03-21 11:53:36 +01:00 committed by Corentin Sechet
parent 803e1aa884
commit 672a4556f2
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;
}