Skip to content

Commit 97213cc

Browse files
karan925tyaga001
authored andcommitted
Adjustments for mobile view in custom.css
1 parent d117978 commit 97213cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/css/custom.css

+13
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,19 @@ a[docid="docs"] > svg {
111111
display: none;
112112
}
113113

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+
114127
/* Light mode Discord icon */
115128
/* .header-discord-link:before {
116129
-webkit-filter: invert(100%);

0 commit comments

Comments
 (0)