Merge pull request #328 from 0ip/widthfix
Addition for 720px phones (forgot index.html)
This commit is contained in:
commit
ba180452e7
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
input[type="submit"]::-moz-focus-inner { border: 0 }
|
||||
@-moz-document url-prefix() { input[type="submit"] { padding: 7px } }
|
||||
@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
|
||||
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
|
||||
body {
|
||||
background: #bbb;
|
||||
background: -webkit-linear-gradient(#aaa,#eee 60%) center fixed;
|
||||
|
|
Loading…
Reference in a new issue