eurelien-cd28-2022: fix text content margin (#73559)

This commit is contained in:
Corentin Sechet 2023-01-13 11:33:58 +01:00 committed by Gitea
parent 4abdbdad20
commit f1ef1caab2
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ div#main-content {
}
div.textcell, .cd28-page-header {
h1, h2, h3, h4, h5, p, table {
h1, h2, h3, h4, h5, h6, p, table {
margin: 0 $space-medium 0.7em $space-medium;
}
}

View File

@ -1,6 +1,6 @@
.form-content {
h1, h2, h3, h4, h5, p, table {
margin: 0 $space-medium 0.7em $space-medium;
margin: 0 0 0.7em 0;
}
&--sidebox {