Skip to content

Commit

Permalink
remove food menu
Browse files Browse the repository at this point in the history
remove add menu
improve scaling
  • Loading branch information
centauridesigns committed Nov 21, 2024
1 parent 82ed8af commit f9ce56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/app/components/MenuCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ function MenuCard() {
</InfoCard>
</div>
</div>

{/*bottom container and box*/}
<MenuSection title="Snacks and Sweets" items={menuItems.Food}></MenuSection>
</div>
);
}
Expand Down
6 changes: 3 additions & 3 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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;
}

Expand Down

0 comments on commit f9ce56a

Please sign in to comment.