only apply margin to the singular part

This commit is contained in:
cupcakearmy 2019-09-16 15:36:10 +02:00
parent 39c1bf4282
commit 6cadafa7cd
2 changed files with 12 additions and 12 deletions

View File

@ -40,6 +40,18 @@
font-size: 4vmax; font-size: 4vmax;
} }
#singular #content h2 {
margin-top: 3em;
}
#singular #content h3 {
margin-top: 2em;
}
#singular #content h4, h5, h6 {
margin-top: 1em;
}
#singular #content { #singular #content {
width: 100%; width: 100%;
padding: 0 1em; padding: 0 1em;

View File

@ -40,18 +40,6 @@ h1, h2, h3, h4, h5, h6 {
margin: 0; margin: 0;
} }
h2 {
margin-top: 3em;
}
h3 {
margin-top: 2em;
}
h4, h5, h6 {
margin-top: 1em;
}
a { a {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;