Adjust width of .sidebar to match .sidebar__right

- Use `$right-sidebar-width-narrow` and `$right-sidebar-width` Sass variables to determine width of sidebar instead of Susy `span` function
This commit is contained in:
Michael Rose
2017-08-09 08:30:32 -04:00
parent d59818981b
commit 192549ef25
4 changed files with 13 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
- Fix typo `words_per_minute` typo in documentation. [#1164](https://github.com/mmistakes/minimal-mistakes/pull/1164)
- Remove outside and right borders in `table`s.
- Adjust width of `.sidebar` to match `.sidebar__right`.
## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)