From b5c85b550c1388b1d2ae57844fc3d69a731811a2 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 4 Sep 2023 15:57:53 +0500 Subject: [PATCH] add borders to values section on mobile --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 71788bb..8f41b49 100644 --- a/style.css +++ b/style.css @@ -127,6 +127,12 @@ html, body { line-height: 1.5 !important; margin-top: 40px !important; } + + #our-values.values-list div:nth-child(2) { + border-right-width: 0 !important; + border-left-width: 0 !important; + border-block: 1px solid; + } } @media screen and (min-width: 600px){