Addition for 720px phones (forgot index.html)
This commit is contained in:
parent
30da7357e5
commit
f08e68c8f9
|
@ -86,7 +86,7 @@
|
||||||
}
|
}
|
||||||
input[type="submit"]::-moz-focus-inner { border: 0 }
|
input[type="submit"]::-moz-focus-inner { border: 0 }
|
||||||
@-moz-document url-prefix() { input[type="submit"] { padding: 7px } }
|
@-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 {
|
body {
|
||||||
background: #bbb;
|
background: #bbb;
|
||||||
background: -webkit-linear-gradient(#aaa,#eee 60%) center fixed;
|
background: -webkit-linear-gradient(#aaa,#eee 60%) center fixed;
|
||||||
|
|
Loading…
Reference in New Issue