diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-01 13:34:39 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-01 13:34:39 +0200 |
commit | 98ceefd46d394c627edd35552b1f9e11f2f7926c (patch) | |
tree | d54289bbf663b561b86186032c96525edf4b9c21 | |
parent | 910568bc886bc2167c7c136f0ee003163e70af82 (diff) |
more search result padding
-rw-r--r-- | styles/search.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/search.css b/styles/search.css index af6d3a4..270f2f6 100644 --- a/styles/search.css +++ b/styles/search.css @@ -45,7 +45,7 @@ display: block; border-radius: 8px; - padding: 8px; + padding: 12px; margin-bottom: 12px; background-color: var(--oxford-blue); |