From bf25afb3d182d480d73a9f00d3699a7f7db8d7d1 Mon Sep 17 00:00:00 2001 From: username Date: Thu, 24 Aug 2023 17:07:52 +0100 Subject: [PATCH] Adding padding to center search icon in navbar --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e495ae81..551267a5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -218,7 +218,7 @@ b { } .input { - @apply pl-2.5; + @apply px-2.5; } .input:focus {