From 9b6adfb16be8b821a5aa9ad35480fab08648770c Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 12:58:56 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- public/css/jk.css | 5 +++-- resources/views/search/index.blade.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/jk.css b/public/css/jk.css index b89dc1e..ea1ff47 100644 --- a/public/css/jk.css +++ b/public/css/jk.css @@ -30,7 +30,8 @@ } #search-form input[type="radio"]{ - max-width: 15px; + max-width: 20px; + padding: 5px; } #search-form #radios{ border: 1px solid #ced4da; @@ -40,7 +41,7 @@ padding: 5px; } #search-form .form-group{ - margin: auto 0; + margin: 0 auto; } @media only screen and (orientation: portrait){ diff --git a/resources/views/search/index.blade.php b/resources/views/search/index.blade.php index 69ee56e..c9fc72c 100644 --- a/resources/views/search/index.blade.php +++ b/resources/views/search/index.blade.php @@ -10,7 +10,7 @@ - +