Mobile.css: Difference between revisions
Visvatmadeva (talk | contribs) No edit summary |
Visvatmadeva (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
} | } | ||
body { | |||
width: 50%; | width: 50%; | ||
} | } | ||
Revision as of 07:00, 1 November 2015
/* CSS placed here will affect users of the mobile site */
.mobilehide {
display: none;
}
body {
width: 50%;
}