Skip to content

Commit 124ba77

Browse files
committed
Make content width stable
1 parent 561ba15 commit 124ba77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@
322322
--codeblock-border-color: var(--ifm-color-emphasis-200);
323323
}
324324

325+
html {
326+
scrollbar-gutter: stable;
327+
}
328+
325329
:not([data-theme='dark']) body {
326330
-webkit-font-smoothing: auto;
327331
-moz-osx-font-smoothing: auto;
@@ -399,6 +403,7 @@ header {
399403
@media (min-width: 85rem) {
400404
.main-wrapper:not(.full-width) {
401405
& main:not(.blog-wrapper main) {
406+
width: 75rem;
402407
padding: 1rem 0 2rem 2rem;
403408
}
404409

0 commit comments

Comments
 (0)