minor style changes

This commit is contained in:
Yusur 2021-07-24 18:00:04 +02:00
parent 53559dc4f2
commit 5b09427f2f
2 changed files with 13 additions and 9 deletions

View file

@ -6,7 +6,7 @@
<h1>Search</h1>
<form method="POST">
<div>
<div class="search-wrapper">
<label for="q">Search for: </label>
<input type="search" name="q" value="{{ q }}" class="search-input">
</div>