MediaWiki:Gadget-Timeless.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 32: Line 32:
@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
#p-logo-text a.wordmark {
#p-logo-text a.wordmark {
padding-top: 3.5px !important;
padding-top: 4px !important;
}
}
/* Text logo (short) */
@media screen and (max-width: 850px) {
#p-logo-text a {
padding-top: 7px !important;
}
}
}
}