We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc26042 commit a036c45Copy full SHA for a036c45
assets/css/main.css
@@ -394,9 +394,14 @@ details[open] summary::before {
394
}
395
396
@media screen and (max-width: calc(650px + 2em)) {
397
- #data-aq,
398
- #data-grid {
399
- display: none
+ h1 {
+ font-size: 2.8em;
+ line-height: 1.2
400
+ }
401
+
402
+ h2 {
403
+ font-size: 1.8em;
404
+ line-height: 1
405
406
407
header>div,
@@ -412,4 +417,9 @@ details[open] summary::before {
412
417
.image-container:has(.background) {
413
418
opacity: .1;
414
419
420
421
+ #data-aq,
422
+ #data-grid {
423
+ display: none
424
415
425
0 commit comments