MediaWiki:Mobile.css: Difference between revisions

From WikiFur Data
Jump to navigation Jump to search
m (Update logo URL)
m (Cut header class)
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.header .branding-box {
.branding-box {
     padding-left: 1.8em;
     padding-left: 1.8em;
     background: url(https://storage.googleapis.com/wikibase-cloud-static/sites/8c062eab1b48fcb41522ecafe10eaac8/logos/135.png?u=1651150612) 0 13px/27px 27px no-repeat;
     background: url(https://storage.googleapis.com/wikibase-cloud-static/sites/8c062eab1b48fcb41522ecafe10eaac8/logos/135.png?u=1651150612) 0 13px/27px 27px no-repeat;
}
}

Revision as of 20:22, 8 June 2022

/* All CSS here will be loaded for users of the mobile site */
.branding-box {
    padding-left: 1.8em;
    background: url(https://storage.googleapis.com/wikibase-cloud-static/sites/8c062eab1b48fcb41522ecafe10eaac8/logos/135.png?u=1651150612) 0 13px/27px 27px no-repeat;
}