diff --git a/static/styles.css b/static/styles.css index 78ebef6..d1fc374 100644 --- a/static/styles.css +++ b/static/styles.css @@ -85,7 +85,7 @@ hr { } .articles { list-style-type: none; padding: 0; border-top: 1px solid #ccc; padding-top: 3rem; } -.articles h2 { margin-top: 0; font-size: 22px; } +.articles h2 { margin-top: 0; font-size: 22px; overflow: auto; } .articles.detailed li:nth-child(n + 2)::before { content: ""; display: block;