File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments