rouen-metropole: add margin to column-bottom placeholder (#76551)

This commit is contained in:
Corentin Sechet 2023-04-12 10:24:20 +02:00
parent edda9fc631
commit ee194c95f2
1 changed files with 11 additions and 0 deletions

View File

@ -227,3 +227,14 @@ body.authentic-page, body.registration-page {
}
}
.combo-placeholder{
&--columns-top,
&--columns-bottom {
margin-right: 0;
}
&--columns-bottom {
margin-top: 30px;
}
}