From bdfb438354065794b10a45f9ea40f3eb53b6cece Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 13:00:05 +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 ea1ff47..70d1f16 100644 --- a/public/css/jk.css +++ b/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){