universite-toulon: make form pages use full width on mobile (#76413)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-07 19:45:37 +02:00
parent edda9fc631
commit 14ab82d431
1 changed files with 13 additions and 4 deletions

View File

@ -11,10 +11,19 @@
background: $blue-2;
}
.form-content {
&--sidebox {
width: 33%;
+ div#rub_service {
width: 61%;
@media($min-desktop-viewport) {
&--sidebox {
width: 33%;
+ div#rub_service {
width: 61%;
}
}
}
.quixote:not(#wf-actions) div.buttons {
gap: 0 1.5rem;
margin-right: 0;
button {
margin-right: 0;
}
}
&--title {