Make splash logo responsive - 200px mobile, 400px desktop

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-03 00:17:26 +00:00
parent 3f99aaec43
commit c32a4f80e5

View File

@@ -270,8 +270,15 @@ onMounted(() => {
}
.splash-logo {
width: 400px;
height: 400px;
width: 200px;
height: 200px;
}
@media (min-width: 768px) {
.splash-logo {
width: 400px;
height: 400px;
}
}
/* Stroke Drawing Animation - Staggered timing */