From 0b18c1dc8cdbc3f8aa59c8252f3be90a581cd53e Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 13:00:59 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- public/css/jk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/jk.css b/public/css/jk.css index 70d1f16..64dd59a 100644 --- a/public/css/jk.css +++ b/public/css/jk.css @@ -38,7 +38,7 @@ border-radius:.25rem; height: calc(2em + .75rem + 2px); line-height:1.6; - padding: 5px; + padding: 10px; } #search-form .form-group{ text-align:center;