Skip to content

Commit cbec632

Browse files
committed
Updated hover effects for service-info classes to enhance visual feedback and alignment with the rest of the design.
1 parent f0c45c3 commit cbec632

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

css/app.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -420,14 +420,6 @@ article.body h1 {
420420
box-shadow: 0 15px 30px rgba(0,0,0,0.2);
421421
}
422422

423-
.service-info {
424-
transition: transform 0.4s ease, box-shadow 0.4s ease;
425-
}
426-
427-
.service-info:hover {
428-
transform: translateY(-5px);
429-
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
430-
}
431423

432424
.service-skill {
433425
transition: transform 0.4s ease;

0 commit comments

Comments
 (0)