Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit97213cc

Browse files
karan925tyaga001
authored andcommitted
Adjustments for mobile view in custom.css
1 parentd117978 commit97213cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎src/css/custom.css‎

Lines changed: 13 additions & 0 deletions
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__logoimg {
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)

[8]ページ先頭

©2009-2025 Movatter.jp