Style search bar

This commit is contained in:
Sanjit Joseph 2022-11-30 18:09:09 -08:00
parent 78f627b39d
commit be31dbfbd7

View File

@ -52,6 +52,9 @@ body {
.search-bar { .search-bar {
display: flex; display: flex;
justify-content: center; justify-content: center;
font-family: 'Century Gothic';
font-weight: bold;
color: #516754;
} }
#sort{ #sort{