We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba78582 commit 2f9f1f4Copy full SHA for 2f9f1f4
assets/sass/layout.scss
@@ -132,7 +132,7 @@ header {
132
#tagline {
133
display: block;
134
margin-left: 8px;
135
- font-size: 24px;
+ font-size: clamp(0.8rem, 2vw, 1.3rem);
136
line-height: 24px;
137
color: var(--light-font-color);
138
@@ -491,9 +491,7 @@ table.benchmarks {
491
header {
492
padding-bottom: 3rem;
493
494
- font-size: 0.8rem;
495
- top: 0;
496
- padding-right: 1rem;
+ font-size: clamp(0.8rem, 3vw, 1.3rem);
497
}
498
flex-direction: column;
499
0 commit comments