Guide Page Styling Fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<main>
|
||||
{!isMobile && !isSafari ? <NavBar /> : null}
|
||||
<section className="grid grid-rows-[1fr_auto]">
|
||||
<section className="grid grid-rows-[1fr_auto] min-h-screen max-w-screen">
|
||||
<Image
|
||||
src="/drinkhappylogo.png"
|
||||
alt="Drink Happy Logo Image"
|
||||
|
||||
@@ -45,7 +45,7 @@ const tableData = [
|
||||
|
||||
export default function PointsGuidePage() {
|
||||
return (
|
||||
<div className="px-6 py-10 max-w-3xl mx-auto font-sans text-neutral-100">
|
||||
<div className="px-6 py-10 mx-auto font-sans text-neutral-100">
|
||||
<h1 className="text-3xl font-bold mb-4 text-[color:var(--color-warning-300)]">
|
||||
Points Guide
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user