Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunull authored Jul 4, 2024
1 parent db61c73 commit f437e57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

:root {
/* --ifm-h1-font-size: 2.75rem !important; */
--ifm-heading-line-height: 1.1;
--ifm-navbar-height: 4rem;
--ifm-toc-padding-vertical: 0.75rem;
--ifm-toc-padding-horizontal: 0.5rem;
Expand Down Expand Up @@ -197,6 +196,11 @@ article {
margin-right: auto;
}

/* h1 */
h1 {
line-height: 1.1;
}



/* NAVBAR */
Expand Down

0 comments on commit f437e57

Please sign in to comment.