From 4409e3e0c5eda0827457a5d8d9aa0fc3b7a2de69 Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Mon, 7 Apr 2025 17:13:08 +0200 Subject: [PATCH] improve margins inside card --- resources/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/style.css b/resources/style.css index face44a..77ba381 100644 --- a/resources/style.css +++ b/resources/style.css @@ -184,10 +184,7 @@ main { .card { display: flex; -} - -.card > * { - margin: 0.5rem 1rem; + gap: 2.25rem; } .card .main-info { @@ -197,6 +194,7 @@ main { } .card hr { + margin: 0; animation: enlargeY ease 1s; animation-iteration-count: 1; } @@ -307,6 +305,10 @@ a[data-icon]::before { animation-name: moveFromTop; } + .card .main-info p { + margin-bottom: 0; + } + .card hr { animation-name: enlargeX; }