Browse Source

Increase searchbar size on smaller screens

pm2
Luke Childs 8 years ago
parent
commit
85b939d3ab
  1. 5
      assets/style.css

5
assets/style.css

@ -236,6 +236,11 @@ footer {
/* Mobile */
@media (max-width: 800px) {
/* Increase searchbar size */
.search {
margin-left: 2em;
}
/* Get rid of browser table layout */
table, thead, tbody, th, td, tr {
display: block;

Loading…
Cancel
Save