fix positioning for search bar silly

This commit is contained in:
qwertychomp 2025-01-08 15:11:42 -08:00
parent a9756c45f8
commit cdea7e23ea

View File

@ -1,4 +1,3 @@
.search-container {
text-align: center;
margin: 20px 0;
@ -8,7 +7,7 @@
}
#search-bar {
margin: 0 auto;
margin-right: auto;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
@ -16,6 +15,7 @@
max-width: 400px;
display: flex;
justify-content: left;
margin-left:10px;
}
#search-icon{
font-size:30px;