From 97cb956db59049a31f673f94cf465b220dee8b7f Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 17 Sep 2024 00:36:20 +0100 Subject: [PATCH] button spacing on small screens --- apps/static/css/base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/static/css/base.css b/apps/static/css/base.css index 317ca8d..8718c14 100644 --- a/apps/static/css/base.css +++ b/apps/static/css/base.css @@ -80,6 +80,12 @@ margin-left: 1rem; } +@media (max-width: 576px) { + .table-search-buttons > div { + margin-left: 0.25rem; + } +} + .table-search-buttons > div:first-of-type { margin-left: 0 !important; } \ No newline at end of file