MediaWiki:Mobile.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
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 */
.branding-box {
.branding-box {
   font-family: Ticonderoga;
   font-family: Tico;
   text-transform: uppercase;
   text-transform: uppercase;
   font-weight: bold;
   font-weight: bold;
}
}

Revision as of 23:37, 21 February 2022

/* All CSS here will be loaded for users of the mobile site */
.branding-box {
  font-family: Tico;
  text-transform: uppercase;
  font-weight: bold;
}