-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide theme button under menu in mobile mode and fix top margin issue …
…(in mobile too)
- Loading branch information
1 parent
932c736
commit e9bcb4e
Showing
2 changed files
with
7 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -899,7 +899,7 @@ span.since { | |
} | ||
|
||
#main { | ||
margin-top: 50px; | ||
margin-top: 45px; | ||
padding: 0; | ||
} | ||
|
||
|