generated from Seekra/repository-template
Make Searchbar 'rounder'
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user