Make splash logo responsive - 200px mobile, 400px desktop
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user