fix: mobile horizontal overflow and hero responsiveness

- Remove scrollbar-gutter: stable, add overflow-x: hidden on html
- Cap section-glow pseudo-element width to viewport on mobile
- Scale down hero logo, text, spacing, and button for small screens (iPhone SE)
This commit is contained in:
2026-04-03 00:14:42 +03:00
parent bf9b1876b5
commit fa26092ea4
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",