From aed328e1312e193427352098909c501460b3dcf9 Mon Sep 17 00:00:00 2001 From: Dimitar Danailov Date: Tue, 21 May 2024 13:34:01 +0300 Subject: [PATCH] The page has nice divider --- apps/website/src/app/positions/Content.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/website/src/app/positions/Content.tsx b/apps/website/src/app/positions/Content.tsx index 5b04528..9f503e2 100644 --- a/apps/website/src/app/positions/Content.tsx +++ b/apps/website/src/app/positions/Content.tsx @@ -19,6 +19,8 @@ const Divider = styled.span` display: block; margin: 0 auto; width: 100%; + height: 1px; + background-color: #ccc; margin-top: 1rem; margin-bottom: 1.5rem;