Shadow adjustments
This commit is contained in:
parent
d20afc9782
commit
d597c74e90
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue