diff --git a/ui/src/App.css b/ui/src/App.css index d9b8eb8..edb6ea5 100644 --- a/ui/src/App.css +++ b/ui/src/App.css @@ -191,6 +191,30 @@ a.hot-pink { overflow-x: auto; } +.blog-post h1, +.blog-post h2, +.blog-post h3, +.blog-post h4 { + margin-top: 1.5rem; + margin-bottom: 0.5rem; +} + +.blog-post h1 { + font-size: 1.4rem; +} + +.blog-post h2 { + font-size: 1.25rem; +} + +.blog-post h3 { + font-size: 1.1rem; +} + +.blog-post h4 { + font-size: 1rem; +} + .blog-list-title { font-size: 1.4rem; }