adjust vertical spacing of white/dark no image cells (#36790)

This commit is contained in:
Frédéric Péters 2019-10-09 09:55:25 +02:00
parent 1ca4a46e7e
commit 125218c0ec
1 changed files with 7 additions and 0 deletions

View File

@ -797,6 +797,13 @@ div.textcell.transition {
}
@media(max-width: 500px) {
div.textcell.white-background,
div.textcell.dark-background.no-image {
padding: 50px 0;
}
div.textcell.white-background > div,
div.textcell.dark-background.no-image > div,
div.textcell.chiffres-cles > div,
div.textcell.bi > div,
div.textcell.webservices > div,