Improved meta data
This commit is contained in:
@ -2,4 +2,4 @@
|
||||
vertical
|
||||
padding content-padding
|
||||
padding-top content-padding-top
|
||||
line-height 1.7em
|
||||
line-height content-line-height
|
@ -26,16 +26,21 @@ post-content-padding-y = 0.75rem
|
||||
h1
|
||||
font-size 1.5rem
|
||||
line-height 1.5em
|
||||
text-align left
|
||||
margin typography-margin 0
|
||||
|
||||
h2
|
||||
font-size 1.3rem
|
||||
line-height 1.5em
|
||||
font-weight normal
|
||||
text-align left
|
||||
margin typography-margin 0
|
||||
|
||||
h3
|
||||
font-size 1.1rem
|
||||
line-height 1.5em
|
||||
font-weight normal
|
||||
text-align left
|
||||
|
||||
:hover
|
||||
.post-toolbar
|
||||
|
@ -1,7 +1,4 @@
|
||||
h1
|
||||
font-size 3em
|
||||
|
||||
h2
|
||||
h1, h2
|
||||
font-size 2em
|
||||
font-weight bold
|
||||
text-align center
|
||||
@ -13,7 +10,7 @@ h3
|
||||
text-align left
|
||||
margin-top 0.6em
|
||||
|
||||
h2, h3
|
||||
h1, h2, h3
|
||||
a
|
||||
color text-color
|
||||
|
||||
|
@ -59,8 +59,10 @@ outline-shadow-heavy = 0 0 6px rgba(0, 0, 0, 0.6)
|
||||
// Distances
|
||||
content-padding = 1.6rem
|
||||
content-padding-top = 1.6rem
|
||||
content-line-height = 1.7em
|
||||
hover-line-size = 3px
|
||||
nav-height = 3.11rem
|
||||
typography-margin = 0.4rem
|
||||
|
||||
// Timings
|
||||
fade-speed = 200ms
|
||||
|
@ -1,5 +1,5 @@
|
||||
p, h1, h2, h3, h4, h5, h6
|
||||
margin 0.4rem 0
|
||||
margin typography-margin 0
|
||||
|
||||
:first-child
|
||||
margin-top 0
|
||||
@ -7,7 +7,7 @@ p, h1, h2, h3, h4, h5, h6
|
||||
:last-child
|
||||
margin-bottom 0
|
||||
|
||||
h2
|
||||
h1, h2
|
||||
margin-top content-padding
|
||||
margin-bottom content-padding
|
||||
|
||||
|
Reference in New Issue
Block a user