mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
updates to home
This commit is contained in:
+29
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user