mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
#92, use 'em' units for markdown line-height
This commit is contained in:
parent
179d4443b8
commit
1b6469f7b1
@ -1,11 +1,11 @@
|
||||
@import 'variables';
|
||||
|
||||
.markdown {
|
||||
line-height: 1.6;
|
||||
line-height: 1.6em;
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
line-height: 1em;
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: $padding-16;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"Target":"book.min.dcb5f88ae9cbea1ffe9da7a510c09e799304f04d2a33302b20bf31dedb3b7778.css","MediaType":"text/css","Data":{"Integrity":"sha256-3LX4iunL6h/+naelEMCeeZME8E0qMzArIL8x3ts7d3g="}}
|
||||
{"Target":"book.min.92b28337361d2bcca5e0ffaff5092dda7140e89d9a7a7a4dcc6055fd7d702ace.css","MediaType":"text/css","Data":{"Integrity":"sha256-krKDNzYdK8yl4P+v9Qkt2nFA6J2aenpNzGBV/X1wKs4="}}
|
Loading…
Reference in New Issue
Block a user