Skip to content

Commit 5384905

Browse files
committed
Adjustments for mobile view in custom.css
1 parent 1bcaa2f commit 5384905

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
@@ -44,6 +44,19 @@ a[docid="docs"] > svg {
4444
display: none;
4545
}
4646

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

0 commit comments

Comments
 (0)