remove hero translation
This commit is contained in:
parent
1c3f390676
commit
7b4effe79b
|
@ -4,10 +4,7 @@
|
||||||
|
|
||||||
#hero{
|
#hero{
|
||||||
position: relative;
|
position: relative;
|
||||||
@include translate3d(0, -10px, 0);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
//background: image-url('../images/nomad-bg.png') 0 0 repeat;
|
|
||||||
//@include img-retina("../images/nomad-bg.png", "../images/nomad-bg@2x.png", 624px, 358px);
|
|
||||||
background: image-url('../images/nomad-giant.jpg') 0 0 no-repeat;
|
background: image-url('../images/nomad-giant.jpg') 0 0 no-repeat;
|
||||||
@include img-retina("../images/nomad-giant.jpg", "../images/nomad-giant.jpg", 624px, 358px);
|
@include img-retina("../images/nomad-giant.jpg", "../images/nomad-giant.jpg", 624px, 358px);
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
|
|
Loading…
Reference in New Issue