July 4 - Update responsive

This commit is contained in:
2026-07-04 14:01:23 -04:00
parent d87c889ca2
commit 1d67e9b458
7 changed files with 98 additions and 7 deletions
+8
View File
@@ -27,6 +27,14 @@
.plan-feat .no { color:#cbd5e1; }
footer { background:#0f172a;color:#94a3b8;padding:2.5rem 0; }
footer a { color:#cbd5e1;text-decoration:none; }
/* Phone polish — scale the oversized hero/section spacing on small screens */
@media (max-width:576px){
.hero { padding:3rem 0 2.5rem; }
.hero h1 { font-size:1.9rem; }
.hero .lead { font-size:1.05rem; }
.section { padding:3rem 0; }
.price-amt { font-size:1.75rem; }
}
</style>
</head>
<body>