landes-cd40: add padding to h1 in text cells (#62465)

This commit is contained in:
Serghei Mihai 2022-03-07 19:31:42 +01:00
parent c392898a1e
commit ab0b0cbca9
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ a.logout::before {
margin-right: 0.15em;
margin-left: 0.25em;
}
div.textcell h1 {
padding: 0 0.7rem;
}