privateuserh commited on
Commit
13b7b7a
·
verified ·
1 Parent(s): 4f59c24

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -26
style.css CHANGED
@@ -166,32 +166,11 @@ footer {
166
  margin-bottom: 10px;
167
  }
168
 
169
- /* NEW: Geometric Logo Styles */
170
- .logo {
171
- width: 30px;
172
- height: 30px;
173
- background-color: #007bff;
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 */