Guide Page Styling Fixes

This commit is contained in:
2025-04-12 20:45:28 -04:00
parent 059bc63c4c
commit 86f87aa707
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
export default function InfoPage() {
return (
<div className="px-6 py-10 max-w-3xl mx-auto font-sans text-neutral-100">
<div className="px-6 py-10 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>