Minor styling fixes

This commit is contained in:
aetter 2021-08-20 16:21:46 -07:00
parent 17ae32cb9a
commit 83fff26a53
1 changed files with 9 additions and 1 deletions

View File

@ -54,7 +54,7 @@ body {
code {
@include monospace;
font-size: 0.75rem;
font-size: 0.8rem;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
@ -231,6 +231,13 @@ p.label {
}
}
.site-footer {
display: none;
@include mq(md) {
display: block;
}
}
.main {
@include mq(xl) {
margin-left: calc((100% - #{$nav-width + $content-width + $toc-width}) / 2 + #{$nav-width});
@ -460,6 +467,7 @@ main {
}
.main-content {
font-size: 1rem;
h1, h2, h3, h4, h5, h6 {
a {
@include link-alternate;