Skip to content

Commit 3fda942

Browse files
hover shadow added for feature section
1 parent 2726b9e commit 3fda942

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

website/static/css/custom.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,21 @@ html[data-theme="dark"] .extension .link img{
813813
padding: var(--wm-spacing-md) 4em;
814814
}
815815

816+
#feature-section .col:nth-child(1):hover {
817+
box-shadow: 24px 24px 30px 0px rgba(0, 0, 0, 0.05);
818+
}
819+
820+
#feature-section .col:nth-child(2):hover {
821+
box-shadow: -24px 24px 30px 0px rgba(0, 0, 0, 0.05);
822+
}
823+
824+
#feature-section .col:nth-child(3):hover {
825+
box-shadow: 24px -24px 30px 0px rgba(0, 0, 0, 0.05);
826+
}
827+
828+
#feature-section .col:nth-child(4):hover {
829+
box-shadow: -24px -24px 30px 0px rgba(0, 0, 0, 0.05);
830+
}
816831

817832
.imagebox-img {
818833
display: block;
@@ -1878,6 +1893,10 @@ h2.widget-header{
18781893
@media only screen and (max-width: 736px) {
18791894
#feature-section {
18801895
scroll-margin-top: 60px;
1896+
margin: 2rem;
1897+
}
1898+
#feature-section .col:hover {
1899+
box-shadow: 6px 8px 40px 0px rgba(119, 119, 119, 0.05) !important;
18811900
}
18821901
}
18831902

0 commit comments

Comments
 (0)