We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7e8de commit 920262aCopy full SHA for 920262a
src/labs_sphinx_theme/static/css/style.css
@@ -55,6 +55,12 @@ html[data-theme="dark"] {
55
text-decoration: none;
56
}
57
58
+.navbar-brand img {
59
+ height: 100%;
60
+ max-width: 40vw;
61
+ object-fit: contain;
62
+}
63
+
64
/* Remove footer icon text for small screen width and increase icons size */
65
@media (max-width: 760px) {
66
.footer-item li a.nav-link i {
0 commit comments