Improvement
This commit is contained in:
parent
483467d08a
commit
e025328389
@ -12,7 +12,7 @@ html
|
||||
body
|
||||
color: $color-secondary
|
||||
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
|
||||
font-size: 1.6em // currently ems cause chrome bug misinterpreting rems on body element
|
||||
font-size: 1.6em // Currently ems cause chrome bug misinterpreting rems on body element
|
||||
font-weight: 300
|
||||
letter-spacing: .01em
|
||||
line-height: 1.6
|
||||
|
@ -3,10 +3,10 @@
|
||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
|
||||
blockquote
|
||||
border-left: 0.3rem solid $color-quaternary
|
||||
border-left: .3rem solid $color-quaternary
|
||||
margin-left: 0
|
||||
margin-right: 0
|
||||
padding: 1rem 1.5rem
|
||||
|
||||
& *:last-child
|
||||
margin: 0
|
||||
*:last-child
|
||||
margin-bottom: 0
|
||||
|
Loading…
Reference in New Issue
Block a user