Quick fix for header image on iPhone 5
This commit is contained in:
parent
2f97ae5874
commit
a4ab10dd24
1 changed files with 6 additions and 0 deletions
|
@ -428,3 +428,9 @@ body {
|
|||
#goog-wm-sb {
|
||||
.btn();
|
||||
}
|
||||
|
||||
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
|
||||
.entry-image img {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue