MediaWiki:Mobile.css: Difference between revisions

From Quantum Protocol Zoo
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: #test{ height:500px; }")
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 2: Line 2:


#test{
#test{
     height:500px;
     height:500px !important;
}
}

Revision as of 17:20, 15 October 2019

/* CSS placed here will affect users of the mobile site */

#test{
    height:500px !important;
}