Minor styling fixes
This commit is contained in:
parent
17ae32cb9a
commit
83fff26a53
|
@ -54,7 +54,7 @@ body {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
@include monospace;
|
@include monospace;
|
||||||
font-size: 0.75rem;
|
font-size: 0.8rem;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
-moz-osx-font-smoothing: auto;
|
-moz-osx-font-smoothing: auto;
|
||||||
}
|
}
|
||||||
|
@ -231,6 +231,13 @@ p.label {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.site-footer {
|
||||||
|
display: none;
|
||||||
|
@include mq(md) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
@include mq(xl) {
|
@include mq(xl) {
|
||||||
margin-left: calc((100% - #{$nav-width + $content-width + $toc-width}) / 2 + #{$nav-width});
|
margin-left: calc((100% - #{$nav-width + $content-width + $toc-width}) / 2 + #{$nav-width});
|
||||||
|
@ -460,6 +467,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
|
font-size: 1rem;
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
a {
|
a {
|
||||||
@include link-alternate;
|
@include link-alternate;
|
||||||
|
|
Loading…
Reference in New Issue