Make splash logo responsive - 200px mobile, 400px desktop
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -269,10 +269,17 @@ onMounted(() => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.splash-logo {
|
||||||
|
width: 200px;
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
.splash-logo {
|
.splash-logo {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Stroke Drawing Animation - Staggered timing */
|
/* Stroke Drawing Animation - Staggered timing */
|
||||||
.logo-stroke {
|
.logo-stroke {
|
||||||
|
|||||||
Reference in New Issue
Block a user