updates to home

This commit is contained in:
kaipher7
2026-03-07 21:19:51 -07:00
parent 9994b9c746
commit 63f0987020
6 changed files with 36 additions and 5 deletions
+29 -3
View File
@@ -16,16 +16,21 @@ position: sticky;
top: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #1f3d57;
color: white;
padding: 10px 20px;
height: 60px;
gap: 40px;
}
.top-header .swirl {
height: 40px;
width: auto;
margin: 0 20px;
}
.site-name {
position: absolute;
left: 50%;
font-size: 2.5em;
font-weight: bold;
letter-spacing: 4px;
@@ -65,6 +70,27 @@ display: flex;
font-weight: bold;
}
.sidebar-left .nav_icon {
height: 40px;
width: auto;
margin: 5 5px;
}
/* Create Icon */
.create_icon {
position: fixed;
bottom: 30px;
left: 60px;
z-index: 1000;
}
.create_icon img {
width: 150px;
height: auto;
border-radius: 10%;
}
/* Right Sidebar */
.sidebar-right {
overflow: hidden;
@@ -112,7 +138,7 @@ display: flex;
align-items: center;
margin-left: 300px;
margin-right: 250px;
margin-top: 65px;
margin-top: 0px;
}
.recipe-card {