mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Adjust font sizes for headers
This commit is contained in:
@@ -67,7 +67,7 @@ a.doc-table-anchor {
|
||||
@media (min-width: 768px) {
|
||||
width: 50%;
|
||||
}
|
||||
font-size: 2rem;
|
||||
font-size: $h1-font-size;
|
||||
}
|
||||
.td-default main section.td-cover-block p.lead strong {
|
||||
font-weight: bold;
|
||||
|
||||
@@ -8,9 +8,9 @@ $google_font_name: "Roboto";
|
||||
$google_font_family: "Roboto";
|
||||
|
||||
$font-size-base: 1rem;
|
||||
$h1-font-size: $font-size-base * 2.5;
|
||||
$h2-font-size: $font-size-base * 2;
|
||||
$h3-font-size: $font-size-base * 1.75;
|
||||
$h4-font-size: $font-size-base * 1.5;
|
||||
$h1-font-size: $font-size-base * 2;
|
||||
$h2-font-size: $font-size-base * 1.85;
|
||||
$h3-font-size: $font-size-base * 1.65;
|
||||
$h4-font-size: $font-size-base * 1.35;
|
||||
$h5-font-size: $font-size-base * 1.25;
|
||||
$h6-font-size: $font-size-base;
|
||||
|
||||
Reference in New Issue
Block a user