Fix js and also bump out page content line height

This commit is contained in:
Silvio Giebl 2019-08-10 23:20:29 +02:00 committed by Patrick Marsceill
parent 3eadd49ee7
commit fe41e18994
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
// stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type // stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type
.page-content { .page-content {
line-height: 1.6; line-height: $content-line-height;
a { a {
overflow: hidden; overflow: hidden;

View File

@ -6,6 +6,7 @@ $body-font-family: -apple-system, BlinkMacSystemFont, "helvetica neue", helvetic
$mono-font-family: "SFMono-Regular", Menlo, Consolas, Monospace !default; $mono-font-family: "SFMono-Regular", Menlo, Consolas, Monospace !default;
$root-font-size: 16px !default; // Base font-size for rems $root-font-size: 16px !default; // Base font-size for rems
$body-line-height: 1.4 !default; $body-line-height: 1.4 !default;
$content-line-height: 1.5 !default;
$body-heading-line-height: 1.15 !default !default; $body-heading-line-height: 1.15 !default !default;
// //
@ -58,7 +59,7 @@ $code-background-color: $grey-lt-000 !default;
$body-text-color: $grey-dk-100 !default; $body-text-color: $grey-dk-100 !default;
$body-heading-color: $grey-dk-300 !default; $body-heading-color: $grey-dk-300 !default;
$search-result-preview-color: $grey-dk-100 !default; $search-result-preview-color: $grey-dk-000 !default;
$nav-child-link-color: $grey-dk-100 !default; $nav-child-link-color: $grey-dk-100 !default;
$link-color: $purple-000 !default; $link-color: $purple-000 !default;
$btn-primary-color: $purple-100 !default; $btn-primary-color: $purple-100 !default;
@ -113,7 +114,7 @@ $nav-width: 264px !default;
$nav-width-md: 248px !default; $nav-width-md: 248px !default;
$content-width: 800px !default; $content-width: 800px !default;
$header-height: 60px !default; $header-height: 60px !default;
$search-results-width: 488px !default; $search-results-width: 500px !default;
// //
// Media queries in pixels // Media queries in pixels