Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -166,32 +166,11 @@ footer {
|
|
166 |
margin-bottom: 10px;
|
167 |
}
|
168 |
|
169 |
-
/* NEW:
|
170 |
-
.logo {
|
171 |
-
width:
|
172 |
-
height:
|
173 |
-
|
174 |
-
position: relative;
|
175 |
-
transform: rotate(45deg);
|
176 |
-
}
|
177 |
-
|
178 |
-
.logo::before,
|
179 |
-
.logo::after {
|
180 |
-
content: '';
|
181 |
-
position: absolute;
|
182 |
-
width: 100%;
|
183 |
-
height: 100%;
|
184 |
-
background-color: #0056b3;
|
185 |
-
}
|
186 |
-
|
187 |
-
.logo::before {
|
188 |
-
transform: translateX(-100%) skewY(30deg);
|
189 |
-
transform-origin: top right;
|
190 |
-
}
|
191 |
-
|
192 |
-
.logo::after {
|
193 |
-
transform: translateY(-100%) skewX(30deg);
|
194 |
-
transform-origin: bottom left;
|
195 |
}
|
196 |
|
197 |
/* NEW: Footer layout and link styles */
|
|
|
166 |
margin-bottom: 10px;
|
167 |
}
|
168 |
|
169 |
+
/* NEW: Styles for the image logo icon */
|
170 |
+
.logo-icon {
|
171 |
+
width: 40px;
|
172 |
+
height: 40px;
|
173 |
+
object-fit: cover; /* Ensures the image scales nicely */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
}
|
175 |
|
176 |
/* NEW: Footer layout and link styles */
|