atticus-finch/styles/mobile.css
kjodle c9facfa199 Initial commit
Version 0.4; not ready for submission
2015-10-22 13:24:52 -04:00

25 lines
252 B
CSS

/* Mobile Style Sheet for Atticus Finch Theme */
@media (max-device-width: 800px) {
body {
background: #fff;
color: red;
}
#container {
width: 100%;
margin: 0;
padding: 0;
}
#sidebar {
float: none;
}
#sidebar,
#content {
width: 100%;
}
}