Skip to content

Commit a036c45

Browse files
committed
Update CSS
1 parent fc26042 commit a036c45

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

assets/css/main.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,14 @@ details[open] summary::before {
394394
}
395395

396396
@media screen and (max-width: calc(650px + 2em)) {
397-
#data-aq,
398-
#data-grid {
399-
display: none
397+
h1 {
398+
font-size: 2.8em;
399+
line-height: 1.2
400+
}
401+
402+
h2 {
403+
font-size: 1.8em;
404+
line-height: 1
400405
}
401406

402407
header>div,
@@ -412,4 +417,9 @@ details[open] summary::before {
412417
.image-container:has(.background) {
413418
opacity: .1;
414419
}
420+
421+
#data-aq,
422+
#data-grid {
423+
display: none
424+
}
415425
}

0 commit comments

Comments
 (0)