From 872cd34771a3e6885630264630ab7704a1d4df75 Mon Sep 17 00:00:00 2001 From: Alice Bowman Date: Wed, 9 Oct 2024 13:45:06 +0200 Subject: [PATCH] fix(style): broken spacing on presentation cards --- static/css/rosenpass.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/rosenpass.css b/static/css/rosenpass.css index b4dc55c..e9e39b5 100644 --- a/static/css/rosenpass.css +++ b/static/css/rosenpass.css @@ -631,8 +631,10 @@ div.doc-list-section-title p { margin-bottom: 2.5rem; } -.presentation-card-title { - /* max-width: 75%; */ +p.h4.presentation-card-title, +div.post-list-item.card .card-text p { + margin-left: unset; + margin-right: unset; } /* PDF styling */