Reduce indent of nested "table of contents" links

This commit is contained in:
Michael Rose 2017-08-08 15:19:41 -04:00
parent fb0164b0ca
commit bb402eaa46
4 changed files with 5 additions and 3 deletions

View file

@ -6,6 +6,7 @@
- Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158)
- Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166)
- Increase font-size of code blocks.
- Reduce indent of nested "table of contents" links.
### Maintenance

View file

@ -537,7 +537,7 @@
}
li ul > li a {
padding-left: 2rem;
padding-left: 1.75rem;
font-weight: normal;
}

View file

@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2017-08-08T15:15:38-04:00
last_modified_at: 2017-08-08T15:19:23-04:00
---
## Unreleased
@ -15,6 +15,7 @@ last_modified_at: 2017-08-08T15:15:38-04:00
- Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158)
- Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166)
- Increase font-size of code blocks.
- Reduce indent of nested "table of contents" links.
### Maintenance

View file

@ -537,7 +537,7 @@
}
li ul > li a {
padding-left: 2rem;
padding-left: 1.75rem;
font-weight: normal;
}