From 301369cce95efb349e96312ee78351c91753e935 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 24 May 2020 19:17:42 +0200 Subject: [PATCH] improve section shadow --- section.scss | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/section.scss b/section.scss index 2b32f03..d2e21d2 100644 --- a/section.scss +++ b/section.scss @@ -17,7 +17,7 @@ section.box { background: #fff; - box-shadow: 0 0 10px 3px rgba(90, 71, 114, 0.1); + box-shadow: 0 0 7px 3px rgba(90, 71, 114, 0.1); border-radius: 4px; } diff --git a/styles.css b/styles.css index f8a3c14..9fca967 100644 --- a/styles.css +++ b/styles.css @@ -4206,7 +4206,7 @@ body > nav { section.box { background: #fff; - box-shadow: 0 0 10px 3px rgba(90, 71, 114, 0.1); + box-shadow: 0 0 7px 3px rgba(90, 71, 114, 0.1); border-radius: 4px; } section header > h1 {