Root heading
+This is some long root heading
It is important.
diff --git a/rtfd/public/html/style/main.css b/rtfd/public/html/style/main.css index 710853f..bee1b4f 100644 --- a/rtfd/public/html/style/main.css +++ b/rtfd/public/html/style/main.css @@ -40,8 +40,10 @@ padding: 1em 2em; .columns { display: grid; gap: 1em; +@media (width > 600px) { grid-template-columns: 1fr 2fr; } +} .sectionless { background-color: #630; diff --git a/rtfd/public/html/style/reset.css b/rtfd/public/html/style/reset.css index 669740f..64fcd64 100644 --- a/rtfd/public/html/style/reset.css +++ b/rtfd/public/html/style/reset.css @@ -5,3 +5,7 @@ margin: .5px; padding: .5em; /**/ } + +h1, h2, h3, h4, h5, h6 { +text-wrap: balance; +}