Refactor code structure for improved readability and maintainability
This commit is contained in:
+4
-7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user