sables-d-olonne: add more space for wcs forms (#52555)

This commit is contained in:
Thomas Jund 2021-04-02 15:19:00 +02:00
parent 0405639c89
commit f75b964665
2 changed files with 5 additions and 5 deletions

View File

@ -502,13 +502,13 @@ div.cell {
}
}
$gauche-width-desktop: 20rem-2.2rem+0.7rem;
$gauche-width-desktop: 17rem-2.2rem+0.7rem;
div#rub_service {
box-shadow: 0 0 10px 5px hsla(0, 0%, 0%, 0.1);
@media ($min-desktop-viewport) {
margin: 3.5rem;
margin-left: 2.5rem;
div#gauche + & {
width: calc(100% - 7rem - #{$gauche-width-desktop});
width: calc(100% - 2.5rem - #{$gauche-width-desktop});
}
}
form {
@ -534,7 +534,7 @@ div#gauche {
@media ($min-desktop-viewport) {
border-radius: 0 8rem 8rem 0;
padding: 3.5rem 3rem;
width: 20rem;
width: 17rem;
margin-left: calc(-2.2rem + 0.7rem);
}

View File

@ -19,7 +19,7 @@ $link-color: $cyan-dark;
$mobile-limit: 1024px;
$very-small-limit: 560px;
$width: 1140px;
$width: 1280px;
$nav-mobile-mode: hidden;
$nav-mobile-limit: 99999px;