Browse Source

Reduce head/footer margins on smaller screens

pm2
Luke Childs 9 years ago
parent
commit
c6c7a81c22
  1. 8
      assets/style.css

8
assets/style.css

@ -236,6 +236,14 @@ footer {
/* Mobile */
@media (max-width: 800px) {
/* Reduce header/footer margins */
header {
margin-bottom: 1em;
}
footer {
margin-top: 1em;
}
/* Increase searchbar size */
.search {
margin-left: 2em;

Loading…
Cancel
Save