Changeset - d597c74e9092
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-14 00:23:19
chrisjrn@gmail.com
Shadow adjustments
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -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 {
0 comments (0 inline, 0 general)