Add search form submit #32 #45

Merged
jakob.scheid merged 20 commits from feature/search-form-submit into main 2026-05-14 11:29:19 +02:00
Showing only changes of commit 679adb4cf9 - Show all commits
+2 -2
View File
@@ -26,7 +26,7 @@ import Searchbar from '../features/search/components/Searchbar.vue'
</span>
</header>
<form id="search-form">
<form class="search-form">
<Searchbar />
</form>
</template>
@@ -56,7 +56,7 @@ import Searchbar from '../features/search/components/Searchbar.vue'
font-size: small;
}
#search-form {
.search-form {
width: 70%;
max-width: 624px;
}