Line 7: | Line 7: | ||
@media screen and (max-width: 1370px){ | @media screen and (max-width: 1370px){ | ||
.page-header{ | .page-header{ | ||
− | background-position-y:- | + | background-position-y:-8em; |
} | } | ||
} | } |
Revision as of 14:19, 19 October 2016
.page-header{ background-position-y:-27em; } @media screen and (max-width: 1370px){ .page-header{ background-position-y:-8em; } }