Skip to content
Snippets Groups Projects
Commit 25b0cf05 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

font in search bar

parent 32256c5a
Branches
No related tags found
2 merge requests!910Release,!909Minor improvements & fixes
Pipeline #16449 passed
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</div> </div>
<form method="GET" action="{{ page.root_page.search_page.url }}"> <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> </form>
</div> </div>
<!-- END Social media --> <!-- END Social media -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment