mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
website: Fall back to static extension mockup on medium screens (768px to 1024px) to prevent overlapping in narrower columns
This commit is contained in:
+2
-2
@@ -3582,8 +3582,8 @@ header[id] {
|
||||
|
||||
.demo-hint.show { opacity: 0.75; }
|
||||
|
||||
/* Mobile: fall back to the classic static popup mockup */
|
||||
@media (max-width: 768px) {
|
||||
/* Tablet/Small Desktop: fall back to the classic static popup mockup */
|
||||
@media (max-width: 1024px) {
|
||||
.hero-demo-scene,
|
||||
.hero-demo-scene.popup-open {
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user