MediaWiki:Common.css: Difference between revisions
Merriweather -> Lora |
fixing some sizing Tags: Mobile edit Mobile web edit |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 81: | Line 81: | ||
} | } | ||
} | } | ||
#footer-info li, #footer-places li { | #footer-info li, #footer-places li { | ||
| Line 116: | Line 115: | ||
width: min(100%, 400px); | width: min(100%, 400px); | ||
} | } | ||
.vw-main-subtitle { | |||
@media (max-width: 600px) { | |||
#vw-main-title { text-align: center; font-size: 0.9em; } | |||
#vw-main-subtitle { margin-top: 0.5em; text-align: center; font-size: 0.85em; } | |||
#vw-main-list { margin-top: 0.5em; justify-content: center; } | |||
} | } | ||
@media (min-width: 601px) { | @media (min-width: 601px) { | ||
#vw-main-title { text-align: left; } | |||
#vw-main-subtitle { margin-top: -0.5em; text-align: left; } | |||
} | #vw-main-list { justify-content:flex-end;} | ||
} | } | ||