atticus-finch/styles/mobile.css
kjodle a1481a042e Additional mobile menu changes
Customizer options added, style changes
2016-02-13 21:25:50 -05:00

72 lines
775 B
CSS

/* Mobile Style Sheet for Atticus Finch Theme */
* {
box-sizing: border-box;
}
body {
background: #fff;
color: blue;
}
body > header {
background: #333;
color: #fff;
}
#container {
width: 100%;
max-width: auto;
min-width: auto;
margin: 0;
padding: 1em;
}
#sidebar {
float: none;
text-align: left;
}
#sidebar,
#content {
width: 100%;
border: none;
}
#site-title,
#site-desc,
#social-media-menu {
float: none;
width: 100%;
padding: 0.5em;
text-align: center;
}
#site-title h1,
#site-title a,
#site-desc,
#site-desc a {
color: #fff;
}
body > footer{
background: #333;
color: #fff;
}
#footer-menu {
padding: 1em;
}
#copyright,
#credits {
float: none;
padding: 0.5em;
width: auto;
text-align: center;
}
/* Menumaker
Adjust as needed */