Improvement

This commit is contained in:
CJ Patoilo 2016-08-07 16:29:11 -03:00
parent 483467d08a
commit e025328389
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -3,4 +3,4 @@
//
img
max-width: 100%
max-width: 100%