Set maximum width for the search form

This commit is contained in:
2026-05-08 20:00:06 +02:00
parent e69bbf361b
commit b1812764f6
+1
View File
@@ -58,5 +58,6 @@ import Searchbar from '../features/search/components/Searchbar.vue'
#search-form { #search-form {
width: 70%; width: 70%;
max-width: 624px;
} }
</style> </style>