Browse Source

first iteration of search functionality - likely to fail hard

master
jk 3 years ago
parent
commit
6f66098647
  1. 4
      public/css/jk.css

4
public/css/jk.css

@ -26,10 +26,10 @@
display:inline;
}
#search-form input[type="text"]{
max-width: 25px;
max-width: 100px;
}
#search-form input[type="radio"]{
font-size: 12px;
max-width: 5px;
}
@media only screen and (orientation: portrait){

Loading…
Cancel
Save