MediaWiki:Gadget-Timeless.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 20: Line 20:
#p-logo-text a.wordmark {
#p-logo-text a.wordmark {
padding-top: 3px !important;
padding-top: 3px !important;
}
}
/* Text logo (long) */
#p-logo-text a.long {
padding-top: 0.5em !important;
}
@media all and (max-width: 360px) {
#p-logo-text a.long {
width: 70% !important;
padding-top: 0 !important;
}
}
}
}