Compare commits
1 Commits
upgrade-cli
...
bandaids
| Author | SHA1 | Date | |
|---|---|---|---|
| 83fff26a53 |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user