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

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/components/_content.scss')
-rw-r--r--assets/scss/components/_content.scss7
1 files changed, 1 insertions, 6 deletions
diff --git a/assets/scss/components/_content.scss b/assets/scss/components/_content.scss
index c8e8581..c20cf24 100644
--- a/assets/scss/components/_content.scss
+++ b/assets/scss/components/_content.scss
@@ -1,5 +1,3 @@
-$paragraph-color: $black;
-
.content {
-webkit-font-smoothing: antialiased;
pre {
@@ -67,14 +65,11 @@ $paragraph-color: $black;
}
h2 {
font-size: 2.2rem;
- line-height: 1.6;
+ line-height: 1.4;
font-weight: 300;
letter-spacing: -0.01em;
font-family: $font-family-base;
margin-bottom: 20px;
- @include media-breakpoint-up(md) {
- line-height: 1.4;
- }
}
h3 {
font-size: 1.34rem;