Browse Source

first iteration of search functionality - likely to fail hard

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

4
public/css/jk.css

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

Loading…
Cancel
Save