Spaces:
Running
Running
Update static/css/style.css
Browse files- static/css/style.css +4 -2
static/css/style.css
CHANGED
|
@@ -79,10 +79,11 @@ body {
|
|
| 79 |
}
|
| 80 |
/* Logo Styling */
|
| 81 |
.navbar-logo {
|
| 82 |
-
height:
|
| 83 |
width: auto;
|
| 84 |
margin-right: 12px;
|
| 85 |
-
|
|
|
|
| 86 |
transition: transform 0.3s ease;
|
| 87 |
}
|
| 88 |
|
|
@@ -99,6 +100,7 @@ body {
|
|
| 99 |
display: flex;
|
| 100 |
align-items: center;
|
| 101 |
gap: 12px;
|
|
|
|
| 102 |
}
|
| 103 |
|
| 104 |
.navbar-brand span {
|
|
|
|
| 79 |
}
|
| 80 |
/* Logo Styling */
|
| 81 |
.navbar-logo {
|
| 82 |
+
height: 45px;
|
| 83 |
width: auto;
|
| 84 |
margin-right: 12px;
|
| 85 |
+
object-fit:contain;
|
| 86 |
+
mix-blend-mode:screen;
|
| 87 |
transition: transform 0.3s ease;
|
| 88 |
}
|
| 89 |
|
|
|
|
| 100 |
display: flex;
|
| 101 |
align-items: center;
|
| 102 |
gap: 12px;
|
| 103 |
+
|
| 104 |
}
|
| 105 |
|
| 106 |
.navbar-brand span {
|