feat(app): recipe ideas

This commit is contained in:
rektdeckard
2023-03-11 01:25:42 -07:00
parent 675c4fc364
commit 46ed0bc300
9 changed files with 248 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
nav.toolbar {
.toolbar {
position: -webkit-sticky;
position: sticky;
top: -1px;
padding: 0;
margin: 0;
color: white;
background-color: var(--eggplant);
z-index: 2;
display: flex;