From 059ff14e6d0399be539ecef5c94182e53a8c7244 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 23 Feb 2022 14:31:14 +0530 Subject: [PATCH] fix: added missing style --- school/public/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/school/public/css/style.css b/school/public/css/style.css index acb5969c..49850c3f 100644 --- a/school/public/css/style.css +++ b/school/public/css/style.css @@ -1154,6 +1154,16 @@ pre { justify-content: space-between; } +.job-detail-card { + padding: 1.5rem; + flex-direction: column; +} + +.job-detail-card span::before { + content: "\00B7"; + margin: 0 8px; +} + .job-subtitle { font-size: var(--text-base); margin-bottom: 1.875rem;