vendee: fix title margins in text cells (#67817)

This commit is contained in:
Corentin Sechet 2022-07-29 15:02:32 +02:00 committed by Thomas NOEL
parent 373460ac64
commit 5f4c3a22c4
1 changed files with 6 additions and 0 deletions

View File

@ -160,6 +160,12 @@ div#page {
}
}
div.text-cell {
h1, h2:not(:first-child), h6 {
margin: 0.7rem 1rem;
}
}
%button {
box-shadow: none;
font-size: 0.9rem;