From d597c74e9092cbf882c5daf3c7f4edf4d91663f4 2017-08-14 00:23:19 From: Christopher Neugebauer Date: 2017-08-14 00:23:19 Subject: [PATCH] Shadow adjustments --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 25b7fedef2eab85ad8ac59c022a1735c61238cd7..154da4d2898c392f15833ae8f0ff52ceb738863e 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -203,7 +203,8 @@ $homepage-block-min-height: 480px; border-radius: 100%; overflow: hidden; width: 100%; - box-shadow: 0px 0px 2em black; + border: 0.05em solid black; + box-shadow: 0px 0px 1em $gray-dark; } .circle:before {