link to services page from home
This commit is contained in:
@ -967,6 +967,21 @@ body.page-loaded > *:not(.navbar) {
|
||||
box-shadow: 0 8px 30px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
/* Linked expertise cards hover effects */
|
||||
.expertise-card[style*="cursor: pointer"]:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 12px 40px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.expertise-card[style*="cursor: pointer"]:hover .expertise-icon {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.expertise-card[style*="cursor: pointer"]:hover .expertise-icon-wrapper::after {
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
.expertise-card::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user