mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
spacing & typography fixes
This commit is contained in:
parent
2527c32e0d
commit
5e922fa170
@ -47,6 +47,7 @@
|
||||
|
||||
.entry-content
|
||||
text-align: left
|
||||
margin-top: $line-height-computed
|
||||
|
||||
.page-single &
|
||||
padding-top: ($line-height-computed*2)
|
||||
|
@ -228,6 +228,9 @@ blockquote
|
||||
margin: 0 0 $line-height-computed
|
||||
position: relative
|
||||
|
||||
@media $breakpoint3
|
||||
padding: 0 ($line-height-computed*1.75)
|
||||
|
||||
// quotation marks
|
||||
&:before
|
||||
content: "“"
|
||||
@ -236,7 +239,10 @@ blockquote
|
||||
color: rgba($text-color-dimmed, 40%)
|
||||
position: absolute
|
||||
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
|
||||
margin-bottom: 0
|
||||
|
Loading…
Reference in New Issue
Block a user