redesign #5

Merged
qwertychomp merged 3 commits from gittea-is-stupid into redesign 2025-01-08 15:16:42 -08:00
Showing only changes of commit cdea7e23ea - Show all commits

View File

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