Skip to content

Commit c667dfd

Browse files
committed
update navbar logo styling
1 parent a13ac14 commit c667dfd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ html[data-theme='light'] .DocSearch:hover {
175175
font-weight: 400;
176176
margin-right: auto;
177177
} */
178+
.navbar__logo {
179+
width: 32px;
180+
}
178181
.navbar__items .navbar__item:first-child {
179182
margin-left: auto;
180183
padding-left: 0;
@@ -272,9 +275,8 @@ h6 {
272275
}
273276

274277
/*---IMG stuff---*/
275-
276278
img {
277-
height: 100%;
279+
height: auto;
278280
}
279281
.topRightImg {
280282
object-fit: cover;

0 commit comments

Comments
 (0)