Skip to content

Commit 2e94499

Browse files
authored
Update Shadow Property
I was not happy with the box-shadow property of "ci-features-box" (on our home page) that appears when we hover and finally I've had time to change that. I believe those boxes will seem much better now when we hover on them.
1 parent 77cc1a0 commit 2e94499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/assets/css/ci-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ section.content-outer{
628628
.ci-features-box:hover {
629629
float: left;
630630
background: var(--white);
631-
box-shadow: 3px 3px 10px #eee;
631+
box-shadow: 0px 0px 20px #eee;
632632
margin-top: 14px;
633633
}
634634

0 commit comments

Comments
 (0)