Skip to content

Commit

Permalink
Merge pull request #2449 from dfinity/reduce-font-size
Browse files Browse the repository at this point in the history
chore: reduce font size
  • Loading branch information
Jason authored Feb 2, 2024
2 parents bc12660 + b1769ed commit 7551290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ html.plugin-blog {
--ifm-color-primary: #791e94;
--ifm-navbar-link-hover-color: #791e94;
--ifm-navbar-x-padding: 50px;
--ifm-font-size-base: 125%;

@media (max-width: 996px) {
--ifm-navbar-x-padding: var(--ifm-navbar-padding-horizontal);
Expand Down Expand Up @@ -116,6 +115,7 @@ html.docs-doc-page:not(.docs-doc-id-home) {
// style the article body
main[class*="docMainContainer_"] {
background: var(--ic0-article-background);
font-size: 1.1rem;

a {
font-weight: 500;
Expand Down

0 comments on commit 7551290

Please sign in to comment.