Update boilerplate CSS to new standards

This commit is contained in:
Alex Cabal 2022-11-12 17:45:39 -06:00
parent f165e4606b
commit 955848876f

View file

@ -99,6 +99,12 @@ i > em{
font-style: normal;
}
ol,
ul{
margin-bottom: 1em;
margin-top: 1em;
}
header{
break-after: avoid;
break-inside: avoid;