1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00

spacing & typography fixes

This commit is contained in:
Matthias Kretschmann 2015-04-27 17:01:45 +02:00
parent 2527c32e0d
commit 5e922fa170
2 changed files with 8 additions and 1 deletions

View File

@ -47,6 +47,7 @@
.entry-content .entry-content
text-align: left text-align: left
margin-top: $line-height-computed
.page-single & .page-single &
padding-top: ($line-height-computed*2) padding-top: ($line-height-computed*2)

View File

@ -228,6 +228,9 @@ blockquote
margin: 0 0 $line-height-computed margin: 0 0 $line-height-computed
position: relative position: relative
@media $breakpoint3
padding: 0 ($line-height-computed*1.75)
// quotation marks // quotation marks
&:before &:before
content: "" content: ""
@ -236,7 +239,10 @@ blockquote
color: rgba($text-color-dimmed, 40%) color: rgba($text-color-dimmed, 40%)
position: absolute position: absolute
left: -($line-height-computed/2) left: -($line-height-computed/2)
top: -($line-height-computed/2) top: -($line-height-computed/1.75)
@media $breakpoint3
top: -($line-height-computed/1.35)
p:last-child p:last-child
margin-bottom: 0 margin-bottom: 0