Skip to content

Commit

Permalink
fix(home): this might slightly improve the unnecessary top-margin on …
Browse files Browse the repository at this point in the history
…mobile
  • Loading branch information
chiragbharadwaj committed Dec 23, 2024
1 parent bd5dad9 commit 6dd914f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,14 @@ img {

/* sidebar: for navigating back to the home page */
.sidebar {
padding-top: 3em;
padding-bottom: 3em;
padding-right: 1em;
}
@media (min-width: 68em) {
.sidebar {
padding-top: 3em;
}
}

/* katex: for rendering equations dynamically on posts */
.katex {
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ I also track my progress with my hobbies and interests on some associated blogs.
- Shogi tactics
- Chinese language/literature
- Piano performances
- Sketches and paintings
- Drawings and paintings

0 comments on commit 6dd914f

Please sign in to comment.