Difference between revisions of "MediaWiki:Mobile.css"

From FYSK: Daoist Culture Centre - Database
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: @media screen and (min-width: 720px) .header .branding-box { width: 18.0625em; }")
Tags: Mobile web edit Mobile edit
 
Tags: Mobile web edit Mobile edit
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
@media screen and (min-width: 720px)
 
.header .branding-box {
 
    width: 18.0625em;
 
}
 

Latest revision as of 16:10, 22 July 2020

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