Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions migration.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@ VALUES(
0,
'Spicy Red',
'Sambal-oelek, Grilled vegetables (peppers, eggplant, zucchini), Crispy onions',
75,
75
64,
64
) ON CONFLICT DO NOTHING;
INSERT INTO menus(id, name, description, totalStocks, stocks)
VALUES(
1,
'Pesto Green',
'Pesto, Sun-dried tomatoes, Mozzarella',
75,
75
72,
72
) ON CONFLICT DO NOTHING;
INSERT INTO menus(id, name, description, totalStocks, stocks)
VALUES(
2,
'Goaty Blue',
'Goat cheese, Honey',
75,
75
85,
85
) ON CONFLICT DO NOTHING;
INSERT INTO menus(id, name, description, totalStocks, stocks)
VALUES(
3,
'Crunchy Ovo',
'Ovomaltine',
75,
75
) ON CONFLICT DO NOTHING;
72,
72
) ON CONFLICT DO NOTHING;
4 changes: 4 additions & 0 deletions src/styles/pages/_public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
text-transform: uppercase;
}

s {
text-decoration-thickness: 5px;
}

.menu-section {
flex: 1 1 50%;
.menu {
Expand Down
Loading