Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_base.scss')
-rw-r--r--assets/css/_base.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/_base.scss b/assets/css/_base.scss
index 9848303..d0a3f3f 100644
--- a/assets/css/_base.scss
+++ b/assets/css/_base.scss
@@ -38,13 +38,17 @@ code {
}
pre {
+ font-size: 1rem;
+ line-height: 1.2em;
+ margin: 0;
+ overflow: auto;
+
// A larger monospaced block of text (that isn't mixed with normal text)
// generally looks heavier than normal text with the same font size. For this
// reason using a smaller monospaced font size makes sense in this situation.
code {
font-size: .8em;
}
- overflow: auto;
}
::selection {