the logo is not showing
Browse files- components/header.js +1 -1
components/header.js
CHANGED
|
@@ -32,11 +32,11 @@ class CustomHeader extends HTMLElement {
|
|
| 32 |
text-decoration: none;
|
| 33 |
transition: color 0.3s;
|
| 34 |
}
|
| 35 |
-
|
| 36 |
.logo-img {
|
| 37 |
width: 32px;
|
| 38 |
height: 32px;
|
| 39 |
border-radius: 6px;
|
|
|
|
| 40 |
}
|
| 41 |
.logo:hover {
|
| 42 |
color: #ef4444;
|
|
|
|
| 32 |
text-decoration: none;
|
| 33 |
transition: color 0.3s;
|
| 34 |
}
|
|
|
|
| 35 |
.logo-img {
|
| 36 |
width: 32px;
|
| 37 |
height: 32px;
|
| 38 |
border-radius: 6px;
|
| 39 |
+
object-fit: contain;
|
| 40 |
}
|
| 41 |
.logo:hover {
|
| 42 |
color: #ef4444;
|