pub / tn

Tech News Aggregator
git clone src.jayvii.de/pub/tn.git
Home | Log | Files | Exports | Refs | RSS

commit a6b74abba5969862c3987808af06ace0fa121704
parent 38ffc51d8efcdb1acc0bb33c434c57593441f68c
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  2 May 2026 20:29:26 +0200

feat: compress sections

Diffstat:
Massets/css/custom.css | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -8,6 +8,13 @@ section > * > br { display: none; } +/* Compress sections */ +section { + padding-top: 0px !important; + padding-bottom: 0px !important; + margin-top: 0em !important; + margin-bottom: 1em !important; +} /* Only show first paragraph of article content (typically the summary) */ .article_content *:nth-child(n + 2) {