Browse Source

first iteration of search functionality - likely to fail hard

master
jk 3 years ago
parent
commit
75a9f410fb
  1. 4
      public/css/jk.css

4
public/css/jk.css

@ -35,12 +35,12 @@
#search-form #radios{
border: 1px solid #ced4da;
border-radius:.25rem;
height: calc(1.6em + .75em + 2px);
height: calc(1.6em + .75rem + 2px);
line-height:1.6;
padding: 5px;
}
#search-form .form-group{
float:right;
margin: auto 0;
}
@media only screen and (orientation: portrait){

Loading…
Cancel
Save