Fix product page mobile layout: compatibility, sides, features

This commit is contained in:
Jarvis Prime
2026-03-24 04:37:15 +00:00
parent ef1973fa12
commit bab7f9af3c

View File

@@ -423,6 +423,18 @@ const isHome = currentPath === '/';
/* Prevent horizontal overflow */
.d-page { overflow-x: hidden; }
.d-content-wrap { overflow-x: hidden; }
/* Product page content */
.compatibility { width: 100% !important; float: none !important; }
.features-page .left, .features-page .right { width: 100% !important; float: none !important; }
.features-page .sides { width: 100% !important; }
.sides .left, .sides .right { width: 100% !important; float: none !important; margin: 0 !important; }
.subscription-lists-ct { width: 100% !important; }
.featured-item { width: 100% !important; }
/* Fix fixed-width elements */
div[style*="width"] { max-width: 100% !important; }
/* Buttons */
.buttons-hp a, .buttons-hp-vertical a { display: block; margin: 5px 0; text-align: center; }
a.image-link { display: block; margin: 5px 0; }
}
@media (max-width: 480px) {
h1 { font-size: 1.4em; }