Files
KoalaSync/website/styles/landing-demo-gate.css
T
2026-07-11 15:48:09 +02:00

15 lines
290 B
CSS

/* Initial mobile shell for the deferred interactive hero demo. */
@media (max-width: 900px) {
.hero-grid > .hero-mockup-wrapper {
display: none !important;
}
.hero-github-cta {
display: none;
}
.btn-demo-mobile {
display: inline-flex;
}
}