More Style Fixes

This commit is contained in:
2025-04-12 20:59:03 -04:00
parent 859ace6c33
commit ca390db4e4
2 changed files with 23 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
export default function InfoPage() {
return (
<div className="px-6 py-10 max-w-1/2 mx-auto font-sans text-neutral-100">
<div className="px-6 py-10 max-w-full lg:max-w-1/2 mx-auto font-sans text-neutral-100">
<h1 className="text-3xl font-bold mb-4 text-[color:var(--color-warning-300)]">
Beverage Consumption Info!
</h1>