Update core.css to new standards

This commit is contained in:
Alex Cabal 2020-12-13 19:06:28 -06:00
parent 7f566e32df
commit 84a0c808c7

View File

@ -103,6 +103,10 @@ header{
text-align: center;
}
header > p + p{
text-indent: 0;
}
article > header + *,
section > header + *{
margin-top: 3em;