From 75a9f410fb407041d7c901e444aea98fbd5631e2 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 12:57:26 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- public/css/jk.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/jk.css b/public/css/jk.css index d9fd0c7..b89dc1e 100644 --- a/public/css/jk.css +++ b/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){