mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 23:13:42 +00:00
properly position spinner for large screens.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user