From 978b403bac88e1a48bc5973b7192077f4e8ef52f Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Wed, 19 Jul 2023 03:11:00 +0100 Subject: [PATCH] =?UTF-8?q?Melhora=20vers=C3=A3o=20m=C3=B3vel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;