Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-05-10 12:10:45 +02:00
parent b21b3937b2
commit d6713e25f9
4 changed files with 865 additions and 17 deletions
+4 -7
View File
@@ -98,17 +98,14 @@ section { padding: 5rem 0; }
.logo:hover { opacity: 0.85; }
.logo-icon {
width: 2.3rem;
height: 2.3rem;
border-radius: 10px;
object-fit: cover;
box-shadow: 0 4px 12px rgba(196, 138, 66, 0.35);
transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
width: 2.6rem;
height: 2.6rem;
object-fit: contain;
transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.logo:hover .logo-icon {
transform: scale(1.04);
box-shadow: 0 6px 16px rgba(196, 138, 66, 0.55);
}
.logo-mark {