new recipe bar on home working

This commit is contained in:
kaipher7
2026-04-21 23:54:16 -06:00
parent c0b536cba6
commit f8f41d680b
9 changed files with 513 additions and 21 deletions
+3 -2
View File
@@ -91,7 +91,7 @@ body, html {
background-color: var(--peach);
color: var(--dark);
padding: 6px;
font-size: 1.75em;
font-size: 1.8em;
font-weight: 900;
letter-spacing: 1.5px;
display: flex;
@@ -124,7 +124,7 @@ body, html {
border: none;
padding: 0;
cursor: pointer;
height: 100px;
height: 85px;
width: auto;
border-radius: 8px;
transition: transform 0.2s ease;
@@ -134,6 +134,7 @@ body, html {
transform: scale(1.05);
}
/* =========================
Floating Create Icon
========================= */