We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561ba15 commit 124ba77Copy full SHA for 124ba77
1 file changed
src/css/custom.css
@@ -322,6 +322,10 @@
322
--codeblock-border-color: var(--ifm-color-emphasis-200);
323
}
324
325
+html {
326
+ scrollbar-gutter: stable;
327
+}
328
+
329
:not([data-theme='dark']) body {
330
-webkit-font-smoothing: auto;
331
-moz-osx-font-smoothing: auto;
@@ -399,6 +403,7 @@ header {
399
403
@media (min-width: 85rem) {
400
404
.main-wrapper:not(.full-width) {
401
405
& main:not(.blog-wrapper main) {
406
+ width: 75rem;
402
407
padding: 1rem 0 2rem 2rem;
408
409
0 commit comments