mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-25 18:17:18 +00:00
website: Completely hide hero extension mockup wrapper on all stacked viewport sizes (768px and below)
This commit is contained in:
+2
-2
@@ -4158,8 +4158,8 @@ header[id] {
|
|||||||
background: #ef4444;
|
background: #ef4444;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile: completely hide the extension demo mockup on mobile viewports */
|
/* Mobile & Tablet Stacked: completely hide the extension demo mockup when it wraps below the text */
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 768px) {
|
||||||
.hero-mockup-wrapper {
|
.hero-mockup-wrapper {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user