From 0034ff3b4b71edf5946a33b5b6647473629867eb Mon Sep 17 00:00:00 2001 From: lero62 Date: Thu, 14 Mar 2024 17:33:54 +0200 Subject: [PATCH] add margin to details --- public/css/ashby-dark.css | 1 + public/css/ashby.css | 1 + 2 files changed, 2 insertions(+) diff --git a/public/css/ashby-dark.css b/public/css/ashby-dark.css index e6e4987..f36afb6 100644 --- a/public/css/ashby-dark.css +++ b/public/css/ashby-dark.css @@ -69,6 +69,7 @@ body { [class*='_jobPosting_'] [class*='_details_'] { color: var(--color-100); + margin-top: 7px; } footer { diff --git a/public/css/ashby.css b/public/css/ashby.css index 366f171..7812822 100644 --- a/public/css/ashby.css +++ b/public/css/ashby.css @@ -69,6 +69,7 @@ body { [class*='_jobPosting_'] [class*='_details_'] { color: var(--color-100); + margin-top: 7px; } footer {