1
0
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:
Matthias Kretschmann 2015-12-05 15:22:22 +01:00
parent 9bd9a9cb96
commit 5acdcb7882
2 changed files with 9 additions and 2 deletions

View File

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

View File

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