diff options
author | Olivier Roques <olivier@oroques.dev> | 2020-08-02 22:00:57 +0200 |
---|---|---|
committer | Olivier Roques <olivier@oroques.dev> | 2020-08-02 22:00:57 +0200 |
commit | b754d12fd9f141f7fe78cadc0bf7dd5c8c27c335 (patch) | |
tree | c81fb1bf126df4c31c23419176d767b6c2730f1c /assets | |
parent | 84a3d83bc8633a6c67d3aaf3e0204433c3fea184 (diff) |
Update demo website
Diffstat (limited to 'assets')
-rw-r--r-- | assets/sass/researcher.scss | 11 | ||||
-rw-r--r-- | assets/sass/typography.scss | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/assets/sass/researcher.scss b/assets/sass/researcher.scss index 8acca57..6f99375 100644 --- a/assets/sass/researcher.scss +++ b/assets/sass/researcher.scss @@ -6,17 +6,6 @@ font-family: "Inconsolata"; line-height: normal; } -h1, h2, h3, h4, h5, h6 { - font-size: medium; - font-weight: bold; - line-height: normal; - margin: 1.2rem 0 0.8rem 0; -} -@for $i from 1 through 4 { - h#{$i} { - font-size: 1.2rem + 0.2 * (4 - $i); - } -} .container { max-width: $max-width; } diff --git a/assets/sass/typography.scss b/assets/sass/typography.scss index 24fe28d..565cc56 100644 --- a/assets/sass/typography.scss +++ b/assets/sass/typography.scss @@ -16,6 +16,17 @@ code { color: $green; } + h1, h2, h3, h4, h5, h6 { + font-size: medium; + font-weight: bold; + line-height: normal; + margin: 1.2rem 0 0.8rem 0; + } + @for $i from 1 through 4 { + h#{$i} { + font-size: 1.2rem + 0.2 * (4 - $i); + } + } img { display: block; margin: $margin-y auto; |