diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 14:28:17 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 14:28:17 +0300 |
commit | 3647ff37c565c77ebd1e68fce1552201c35b5cb3 (patch) | |
tree | af295c51a91eb8a491a951d00459138daaabfeda /_scss/components/theme/_typography.scss | |
parent | bdbcbedc357627a583744b88ba35aeeddc6e69d0 (diff) | |
download | popov.link-3647ff37c565c77ebd1e68fce1552201c35b5cb3.tar.xz popov.link-3647ff37c565c77ebd1e68fce1552201c35b5cb3.zip |
Complete redesign of site styles
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components/theme/_typography.scss')
-rw-r--r-- | _scss/components/theme/_typography.scss | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/_scss/components/theme/_typography.scss b/_scss/components/theme/_typography.scss deleted file mode 100644 index 0f35937..0000000 --- a/_scss/components/theme/_typography.scss +++ /dev/null @@ -1,51 +0,0 @@ -b, -strong { - font-weight: bold; -} - -p { - margin-top: 0; -} - - -h1, -h2, -h3, -h4, -h5, -h6 { - font-weight: 300; - letter-spacing: .01em; - margin-bottom: 2rem; - margin-top: 0; -} - -h1 { - font-size: 4.6rem; - line-height: 1.2; -} - -h2 { - font-size: 3.6rem; - line-height: 1.25; -} - -h3 { - font-size: 2.8rem; - line-height: 1.3; -} - -h4 { - font-size: 2.2rem; - line-height: 1.35; -} - -h5 { - font-size: 1.8rem; - line-height: 1.5; -} - -h6 { - font-size: 1.6rem; - line-height: 1.4; -} |