Skip to content

Commit a2098b9

Browse files
committed
Make font sizes consistent.
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
1 parent 98079f8 commit a2098b9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/scss/app.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ html {
140140
-ms-font-smoothing: antialiased;
141141
font-smoothing: antialiased;
142142

143-
@media screen and (min-width: 1900px) {
144-
font-size: 12px;
145-
}
146-
147143
&.no-scroll {
148144
overflow: hidden;
149145
}

src/scss/theme/_sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464

6565
/* Reduce top-level category label size ("Get started", "Guides", etc.) */
6666
&.theme-doc-sidebar-item-category-level-1 > .menu__list-item-collapsible > .menu__link {
67-
font-size: 1.6rem;
67+
font-size: 1.5rem;
6868
font-weight: 400;
6969
}
7070

7171
/* Top-level doc pages (e.g. "Introduction") are link items, not categories */
7272
&.theme-doc-sidebar-item-link-level-1 > .menu__link {
73-
font-size: 1.6rem;
73+
font-size: 1.5rem;
7474
font-weight: 400;
7575
}
7676

0 commit comments

Comments
 (0)