1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00

search field placement

This commit is contained in:
Matthias Kretschmann 2015-11-20 22:35:41 +01:00
parent 27b329218e
commit 7123ff06ac
2 changed files with 4 additions and 1 deletions

View File

@ -37,6 +37,9 @@
transform: translate3d(0,-200px,0) transform: translate3d(0,-200px,0)
@media $breakpoint1 @media $breakpoint1
transform: translate3d(0,-200px,0)
@media $breakpoint2
transform: translate3d(0,-160px,0) transform: translate3d(0,-160px,0)
.menu-open & .menu-open &

View File

@ -33,7 +33,7 @@
position: absolute position: absolute
width: 100% width: 100%
left: 0 left: 0
top: 0 top: -7px
z-index: 3 z-index: 3
// hidden by default // hidden by default