Shadow adjustments

This commit is contained in:
Christopher Neugebauer 2017-08-13 17:23:19 -07:00
parent d20afc9782
commit d597c74e90

View file

@ -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 {