Skip to content

Commit

Permalink
Merge branch 'modify_content_area' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
liaham committed Jan 7, 2022
2 parents e130d8b + 64fa24a commit 060ef94
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

== unreleased

=== Changed

* breadcrump home icon
* content max width

== 0.2.0 - 2022-01-07

=== Changed
Expand Down
6 changes: 3 additions & 3 deletions public/_/css/site.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/_/css/site.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

.home-link:hover,
.home-link.is-current {
background-image: none;
background-image: url(../img/home-o.svg);
}

/* Sidebar */
Expand Down
2 changes: 1 addition & 1 deletion src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
--toc-width: calc(162 / var(--rem-base) * 1rem);
--toc-width--widescreen: calc(216 / var(--rem-base) * 1rem);
--doc-max-width: calc(720 / var(--rem-base) * 1rem);
--doc-max-width--desktop: calc(828 / var(--rem-base) * 1rem);
--doc-max-width--desktop: calc(990 / var(--rem-base) * 1rem);
/* stacking */
--z-index-nav: 1;
--z-index-toolbar: 2;
Expand Down

0 comments on commit 060ef94

Please sign in to comment.