Skip to content

Commit 792f495

Browse files
committed
fix layout regression for the website
1 parent 787a51b commit 792f495

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ input {
9191
.md-content__inner {
9292
max-width: 70rem;
9393
margin-inline: auto;
94+
padding-inline: clamp(0.9rem, 2vw, 1.6rem);
9495
}
9596

9697
.md-typeset {
@@ -413,10 +414,6 @@ input {
413414
}
414415

415416
@media (max-width: 760px) {
416-
.md-content__inner {
417-
padding-inline: 0.9rem;
418-
}
419-
420417
.md-typeset {
421418
font-size: 0.82rem;
422419
}

0 commit comments

Comments
 (0)