diff --git a/shared/templates/styleguide2/includes/organisms/layout/navbar.html b/shared/templates/styleguide2/includes/organisms/layout/navbar.html
index 1d520ee5e3e411e64599c3e9719624b37171c428..9e40c3d36076f0a8cf44e101aded0be368cfc293 100644
--- a/shared/templates/styleguide2/includes/organisms/layout/navbar.html
+++ b/shared/templates/styleguide2/includes/organisms/layout/navbar.html
@@ -66,7 +66,7 @@
 
         {% if page.root_page.search_page %}
           <form method="GET" action="{{ page.root_page.search_page.url }}">
-            {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with placeholder='Hledej' classes='text-black py-1 px-3 w-60' name='q' value=global_search_query %}
+            {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with placeholder='Hledej' classes='text-black p-3 w-60' name='q' value=global_search_query %}
           </form>
         {% endif %}