mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 20:18:14 +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;
|
||||
}
|
||||
|
||||
/* Mobile: completely hide the extension demo mockup on mobile viewports */
|
||||
@media (max-width: 480px) {
|
||||
/* Mobile & Tablet Stacked: completely hide the extension demo mockup when it wraps below the text */
|
||||
@media (max-width: 768px) {
|
||||
.hero-mockup-wrapper {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user