feat: Import recipes and create cafe/diner menu

This commit is contained in:
Matthew Binning 2026-01-15 17:30:06 -08:00
parent 07c30f19d7
commit 24f0e0463a
8 changed files with 149 additions and 11 deletions

View file

@ -88,6 +88,15 @@ body {
color: #6d4c41;
}
.hero img {
max-width: 100%;
height: auto;
margin-top: 1.5rem;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(62, 39, 35, 0.3);
border: 2px solid #d7ccc8;
}
/* Content Section */
.content-section {
background-color: #efebe9;