MediaWiki:Minerva.css: Difference between revisions
m testing - background for phones |
m testing - background for phones |
||
| Line 136: | Line 136: | ||
/* BACKGROUNDS OVERRIDE FOR PHONES */ | /* BACKGROUNDS OVERRIDE FOR PHONES */ | ||
@media (resolution >= 2x) { | @media (resolution >= 2x) and (max-width: 1000px) { | ||
#mw-mf-page-center::before { | #mw-mf-page-center::before { | ||
background-position: left | background-position: left 500px; | ||
background-size: 250px; | background-size: 250px; | ||
} | } | ||
#mw-mf-page-center { | #mw-mf-page-center { | ||
background-position: | background-position: 100px top, 0 75px; | ||
background-size: | background-size: 305px, 250px; | ||
} | } | ||
} | } | ||