diff --git a/styles.css b/styles.css
index 58ad308..397755e 100644
--- a/styles.css
+++ b/styles.css
@@ -797,14 +797,11 @@ body {
justify-content: center;
margin-bottom: 1.5rem;
color: var(--icon-color);
+ font-size: 28px;
+ line-height: 1;
transition: var(--transition-normal);
}
-.service-icon svg {
- width: 28px;
- height: 28px;
-}
-
.service-card:hover .service-icon {
transform: scale(1.1);
background: rgba(234, 179, 8, 0.1);
@@ -1895,7 +1892,8 @@ body {
display: flex;
align-items: center;
justify-content: center;
- color: var(--icon-color);
+ font-size: 24px;
+ line-height: 1;
transition: transform 0.3s ease;
}
@@ -1903,11 +1901,6 @@ body {
transform: scale(1.1);
}
-.tech-icon svg {
- width: 24px;
- height: 24px;
-}
-
.tech-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 1.1rem;