1
0
Fork 0

Quick fix for header image on iPhone 5

This commit is contained in:
Daniel Kempkens 2014-04-20 17:49:17 +02:00
parent 2f97ae5874
commit a4ab10dd24

View file

@ -428,3 +428,9 @@ body {
#goog-wm-sb { #goog-wm-sb {
.btn(); .btn();
} }
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
.entry-image img {
height: 100%;
}
}