universite-toulon: make form pages use full width on mobile (#76413) #225

Merged
fpeters merged 1 commits from wip/76413-universite-toulon-mobile-form into main 2023-04-11 11:47:41 +02:00
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 {