atticus-finch/styles/mobile.css

25 lines
252 B
CSS
Raw Normal View History

/* 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%;
}
}