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