diff --git a/shared/templates/styleguide2/includes/organisms/layout/navbar.html b/shared/templates/styleguide2/includes/organisms/layout/navbar.html
index ee7291fcbfcb3ff1cd6336ecd32a8052330d9e61..b5501d06af9582910384ff7b0815f79e5d199f1b 100644
--- a/shared/templates/styleguide2/includes/organisms/layout/navbar.html
+++ b/shared/templates/styleguide2/includes/organisms/layout/navbar.html
@@ -41,7 +41,7 @@
         </div>
 
         <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 px-2 py-1 w-80' name='q' value=global_search_query %}
+          {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with placeholder='Hledej' classes='font-condensed text-black px-2 py-1 w-80' name='q' value=global_search_query %}
         </form>
       </div>
       <!-- END Social media -->