diff --git a/assets/style.css b/assets/style.css index c6ad44e..6c2202c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -533,6 +533,15 @@ input[type="search"] { display: block; } + .hero { + background: none; + color: initial; + + /* Disable hack to force containing the children instead of collapsing marigins */ + border: none; + box-shadow: none; + } + h1, h2, h3, h4, h5, h6 { /* This doesn't work at all, but it might start to! */ break-after: avoid; @@ -549,6 +558,11 @@ input[type="search"] { margin: 0 auto; } + h1 { + font-size: 22pt; + line-height: 33pt; + } + article, h2, h3, h4, h5, h6, .notice { font-size: 12pt; line-height: 18pt;