Thanks to visit codestin.com Credit goes to github.com
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 d117978 commit 97213ccCopy full SHA for 97213cc
src/css/custom.css
@@ -111,6 +111,19 @@ a[docid="docs"] > svg {
111
display: none;
112
}
113
114
+/* Adjustments for mobile view */
115
+@media (max-width: 768px) {
116
+ /* Reduce the logo size for smaller screens */
117
+ .navbar__logo img {
118
+ height: 16px; /* Adjust the height for smaller screens */
119
+ }
120
+
121
+ /* Reduce the padding around the logo for smaller screens */
122
+ .navbar__logo {
123
+ padding: 6px; /* Adjust the padding for smaller screens */
124
125
+}
126
127
/* Light mode Discord icon */
128
/* .header-discord-link:before {
129
-webkit-filter: invert(100%);
0 commit comments