Skip to content

Commit

Permalink
chore(website) tweak the code font size in doc site
Browse files Browse the repository at this point in the history
Summary: Make MemLab doc site code font size smaller

Differential Revision: D53368072

fbshipit-source-id: 42891cb1defa3a056825e1b19aeee79339d1a584
  • Loading branch information
JacksonGL authored and facebook-github-bot committed Feb 3, 2024
1 parent f5ab171 commit d402370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ article h1 {
}

article h1 code {
font-size: 32px !important;
font-size: 30px !important;
}

article h2 {
Expand All @@ -82,7 +82,7 @@ article h2 {
}

article h2 code {
font-size: 24px !important;
font-size: 22px !important;
}

article h3 {
Expand All @@ -91,7 +91,7 @@ article h3 {
}

article h3 code {
font-size: 20px !important;
font-size: 18px !important;
}

article strong {
Expand Down

0 comments on commit d402370

Please sign in to comment.