Make Searchbar 'rounder'

This commit is contained in:
2026-05-04 18:12:22 +02:00
parent 4070a7d5ba
commit 8f5426d468
+7 -2
View File
@@ -22,17 +22,22 @@ header p {
form { form {
display: flex; display: flex;
justify-content: center; flex-direction: column;
align-items: center;
margin-top: 20px; margin-top: 20px;
width: 100%; width: 100%;
gap: 10px;
} }
form button{ form button{
margin-left: 10px; margin-left: 0;
} }
form input{ form input{
width: 80%; width: 80%;
border-radius: 999px;
border: 1.5px solid #ccc;
padding: 10px 15px;
} }
footer{ footer{