We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcaa2f commit 5384905Copy full SHA for 5384905
src/css/custom.css
@@ -44,6 +44,19 @@ a[docid="docs"] > svg {
44
display: none;
45
}
46
47
+/* Adjustments for mobile view */
48
+@media (max-width: 768px) {
49
+ /* Reduce the logo size for smaller screens */
50
+ .navbar__logo img {
51
+ height: 16px; /* Adjust the height for smaller screens */
52
+ }
53
+
54
+ /* Reduce the padding around the logo for smaller screens */
55
+ .navbar__logo {
56
+ padding: 6px; /* Adjust the padding for smaller screens */
57
58
+}
59
60
/* Light mode Discord icon */
61
/* .header-discord-link:before {
62
-webkit-filter: invert(100%);
0 commit comments