Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +18 -0
static/style.css
CHANGED
@@ -77,6 +77,24 @@ body::before {
|
|
77 |
margin-top: 5px;
|
78 |
}
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
.menu-section {
|
81 |
display: flex;
|
82 |
flex-direction: column;
|
|
|
77 |
margin-top: 5px;
|
78 |
}
|
79 |
|
80 |
+
.home-link {
|
81 |
+
display: flex;
|
82 |
+
justify-content: center;
|
83 |
+
margin-top: -10px;
|
84 |
+
margin-bottom: -10px;
|
85 |
+
}
|
86 |
+
|
87 |
+
.home-icon {
|
88 |
+
width: 30px;
|
89 |
+
height: 30px;
|
90 |
+
cursor: pointer;
|
91 |
+
transition: transform 0.3s ease;
|
92 |
+
}
|
93 |
+
|
94 |
+
.home-icon:hover {
|
95 |
+
transform: scale(1.2);
|
96 |
+
}
|
97 |
+
|
98 |
.menu-section {
|
99 |
display: flex;
|
100 |
flex-direction: column;
|