summaryrefslogtreecommitdiffstats
path: root/assets/css/scopes
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-12 15:57:36 +0200
committerVolpeon <git@volpeon.ink>2021-05-12 15:57:36 +0200
commit4024b2653fab069567a8fb4a441781e0c13a8de7 (patch)
tree1b91c53f8d65f694b85a86845ea0668f761f57eb /assets/css/scopes
parentFix category name (diff)
downloadvolpeon.ink-4024b2653fab069567a8fb4a441781e0c13a8de7.tar.gz
volpeon.ink-4024b2653fab069567a8fb4a441781e0c13a8de7.tar.bz2
volpeon.ink-4024b2653fab069567a8fb4a441781e0c13a8de7.zip
Design
Diffstat (limited to 'assets/css/scopes')
-rw-r--r--assets/css/scopes/_headlines.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/assets/css/scopes/_headlines.scss b/assets/css/scopes/_headlines.scss
index 367e093..dcd8024 100644
--- a/assets/css/scopes/_headlines.scss
+++ b/assets/css/scopes/_headlines.scss
@@ -16,7 +16,9 @@
16 h6 { 16 h6 {
17 font-family: $font-fam--large; 17 font-family: $font-fam--large;
18 font-weight: 600; 18 font-weight: 600;
19 letter-spacing: normal;
19 line-height: 1.4; 20 line-height: 1.4;
21 text-transform: none;
20 font-feature-settings: 'ss02' 1; 22 font-feature-settings: 'ss02' 1;
21 } 23 }
22 24
@@ -37,16 +39,19 @@
37 39
38 h3 { 40 h3 {
39 @include iro-responsive-modular-scale(font-size, 1, $responsive-mod-scale); 41 @include iro-responsive-modular-scale(font-size, 1, $responsive-mod-scale);
40
41 text-transform: uppercase;
42 } 42 }
43 43
44 h4, 44 h4,
45 h5, 45 h5,
46 h6 { 46 h6 {
47 @include iro-responsive-modular-scale(font-size, 0, $responsive-mod-scale); 47 @include iro-responsive-modular-scale(font-size, 0, $responsive-mod-scale);
48 }
48 49
49 letter-spacing: .5px; 50 h3,
51 h4,
52 h5,
53 h6 {
54 letter-spacing: 1px;
50 text-transform: uppercase; 55 text-transform: uppercase;
51 } 56 }
52 57