From e7d6404ab184a5f6a8645bd0ac90b3676b8c5efc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 25 Dec 2020 13:22:37 +0100 Subject: Improved CSS definitions, more fine-grained content build script --- assets/css/_basics.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'assets/css/_basics.scss') diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss index dd394da..202117e 100644 --- a/assets/css/_basics.scss +++ b/assets/css/_basics.scss @@ -44,8 +44,10 @@ code { pre { margin: 0; color: var(--code-block-fg); - font-size: $code-block-font-size; + font-size: 1em; line-height: $code-block-line-height; + text-overflow: ""; + overflow: hidden; strong { font-weight: normal; @@ -107,7 +109,7 @@ h3 { h1 { text-transform: uppercase; - font-size: px-to-em($heading-font-size); + font-size: 1em; color: var(--heading-fg); } @@ -149,10 +151,6 @@ hr { margin: ($line-height * 2rem) 0 ($line-height * 2rem); background-color: var(--bg-plus); border: 0; - - @media (max-width: $breakpoint-sm) { - margin-left: 0; - } } blockquote { -- cgit v1.2.3-54-g00ecf