fix(splash): preserve logo aspect ratio

This commit is contained in:
Supra4E8C
2025-12-21 16:58:14 +08:00
parent 76ef1b68af
commit dea106cf47

View File

@@ -38,8 +38,8 @@
}
.splash-logo {
width: 80px;
height: 80px;
width: auto;
border-radius: $radius-lg;
box-shadow: $shadow-lg;
animation: splash-logo-pulse 1.5s ease-in-out infinite;