feat: Import recipes and create cafe/diner menu
Imported Abby's Binning Family Menu and created a minimal diner-style menu page on the main website with a curated selection of items from the recipe book.
This commit is contained in:
parent
e49c53c85b
commit
9aace43357
8 changed files with 149 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue