mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
featured s p a c i n g
This commit is contained in:
parent
227b0a5ecc
commit
5b6b4e4fbe
@ -9,13 +9,15 @@
|
||||
padding-top: $line-height-computed
|
||||
|
||||
@media $breakpoint2
|
||||
padding-top: ($line-height-computed*2)
|
||||
padding-bottom: $line-height-computed
|
||||
padding-top: ($line-height-computed*3)
|
||||
padding-bottom: ($line-height-computed*3)
|
||||
|
||||
.grid
|
||||
margin-bottom: 0
|
||||
|
||||
.featured-link
|
||||
display: block
|
||||
margin-bottom: $line-height-computed
|
||||
transition-property: none
|
||||
|
||||
@media $breakpoint2
|
||||
margin-bottom: 0
|
||||
|
@ -35,8 +35,8 @@
|
||||
padding-top: ($line-height-computed*4)
|
||||
padding-bottom: ($line-height-computed*4)
|
||||
|
||||
.page-index &:first-child
|
||||
padding-top: ($line-height-computed*2)
|
||||
.page-index &:first-child
|
||||
padding-top: ($line-height-computed*3)
|
||||
|
||||
.page-single &
|
||||
padding-bottom: ($line-height-computed*2)
|
||||
|
Loading…
Reference in New Issue
Block a user