summaryrefslogtreecommitdiffstats
path: root/assets/css/_basics.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_basics.scss')
-rw-r--r--assets/css/_basics.scss10
1 files changed, 4 insertions, 6 deletions
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 {
44pre { 44pre {
45 margin: 0; 45 margin: 0;
46 color: var(--code-block-fg); 46 color: var(--code-block-fg);
47 font-size: $code-block-font-size; 47 font-size: 1em;
48 line-height: $code-block-line-height; 48 line-height: $code-block-line-height;
49 text-overflow: "";
50 overflow: hidden;
49 51
50 strong { 52 strong {
51 font-weight: normal; 53 font-weight: normal;
@@ -107,7 +109,7 @@ h3 {
107 109
108h1 { 110h1 {
109 text-transform: uppercase; 111 text-transform: uppercase;
110 font-size: px-to-em($heading-font-size); 112 font-size: 1em;
111 color: var(--heading-fg); 113 color: var(--heading-fg);
112} 114}
113 115
@@ -149,10 +151,6 @@ hr {
149 margin: ($line-height * 2rem) 0 ($line-height * 2rem); 151 margin: ($line-height * 2rem) 0 ($line-height * 2rem);
150 background-color: var(--bg-plus); 152 background-color: var(--bg-plus);
151 border: 0; 153 border: 0;
152
153 @media (max-width: $breakpoint-sm) {
154 margin-left: 0;
155 }
156} 154}
157 155
158blockquote { 156blockquote {