mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-28 04:49:09 +00:00
website: Completely hide hero extension demo mockup wrapper on mobile screens (480px and below)
This commit is contained in:
@@ -4157,3 +4157,10 @@ header[id] {
|
||||
.popup-mock-btn.pause {
|
||||
background: #ef4444;
|
||||
}
|
||||
|
||||
/* Mobile: completely hide the extension demo mockup on mobile viewports */
|
||||
@media (max-width: 480px) {
|
||||
.hero-mockup-wrapper {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user