link to services page from home

This commit is contained in:
2025-07-04 22:27:14 +02:00
parent f894e4a1fe
commit e5061ddcc8
2 changed files with 45 additions and 26 deletions

View File

@ -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;