style(responsive): standardize breakpoints for Home, Lotto, Travel, Blog
- Home.css: 960px → 1024px - Lotto.css: merge 900px into 768px block; both 640px blocks → 480px - Travel.css: merge 900px into 768px block; both 640px blocks → 480px - Blog.css: merge 900px into 768px block (preserving all styles) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -727,7 +727,7 @@
|
||||
|
||||
/* ── Responsive ──────────────────────────────────────────────────────── */
|
||||
|
||||
@media (max-width: 960px) {
|
||||
@media (max-width: 1024px) {
|
||||
.home-hero {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user