mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-23 02:10:01 +01:00
footer layout fix
This commit is contained in:
parent
9bd9a9cb96
commit
5acdcb7882
@ -6,8 +6,6 @@
|
||||
|
||||
.site__footer
|
||||
@extend .textcenter
|
||||
border-top: 1px solid rgba(255,255,255,.7)
|
||||
box-shadow: inset 0 1px 4px alpha($brand-dark, .2)
|
||||
padding-top: ($line-height-computed*2)
|
||||
|
||||
.gravatar
|
||||
|
@ -45,6 +45,15 @@
|
||||
.has-menu-open &
|
||||
transform: translate3d(0,0,0)
|
||||
|
||||
.site__footer
|
||||
margin-top: -200px;
|
||||
|
||||
@media $breakpoint2
|
||||
margin-top: -160px;
|
||||
|
||||
.has-menu-open &
|
||||
margin-top: 0
|
||||
|
||||
@media only screen and (min-width: 40.625em) and (min-height: 650px)
|
||||
.site
|
||||
position: relative
|
||||
|
Loading…
Reference in New Issue
Block a user