From 63b632e6e1db5031c5e2ea1c37f9ddd1d88268e7 Mon Sep 17 00:00:00 2001 From: Daniel Sauble Date: Thu, 25 Jun 2020 17:25:48 -0700 Subject: [PATCH] fix: Add border radius to striped sections on the landing page --- src/pages/index.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index 31d43e0d5..d863840f9 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -77,4 +77,5 @@ .stripedSection { padding: 2rem; background: var(--color-neutrals-100); + border-radius: 4px; }