From f9ce56a474a754eb9c13f577715b29645658e015 Mon Sep 17 00:00:00 2001 From: centauridesigns Date: Thu, 21 Nov 2024 15:41:17 +0100 Subject: [PATCH] remove food menu remove add menu improve scaling --- src/app/components/MenuCard.tsx | 3 --- src/app/globals.css | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/components/MenuCard.tsx b/src/app/components/MenuCard.tsx index 083787f..d0e23c6 100644 --- a/src/app/components/MenuCard.tsx +++ b/src/app/components/MenuCard.tsx @@ -22,9 +22,6 @@ function MenuCard() { - - {/*bottom container and box*/} - ); } diff --git a/src/app/globals.css b/src/app/globals.css index a1cdc2f..455dd8b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -34,7 +34,7 @@ h1 { p { font-family: var(--font-nunito); font-weight: 400; - font-size: 0.75rem; + font-size: 1.25rem; color: white !important; } @@ -47,14 +47,14 @@ p { .para { font-family: var(--font-nunito); font-weight: 400; - font-size: 1rem; + font-size: 1.25rem; color: white !important; } .parabold { font-family: var(--font-nunito); font-weight: 800; - font-size: 1rem; + font-size: 1.25rem; color: white !important; }