properly position spinner for large screens.

This commit is contained in:
Saman Bemel-Benrud
2013-05-28 23:07:27 -04:00
parent 0ea1bd0ea7
commit bbcf9d995f

View File

@@ -53,6 +53,11 @@ body {
background: black;
}
@media only screen and (min-width: 1200px) {
.spinner img {
right: 400px;
}
}
div, textarea, label, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4, h5, p, img {
-moz-box-sizing: border-box;