Skip to content

Commit

Permalink
fon
Browse files Browse the repository at this point in the history
  • Loading branch information
skyraal committed Oct 9, 2024
1 parent 2e1d7dc commit 86781ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/css/SearchBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.Search {
display: flex;
max-width: 360px;
font-size: 15px;

}

Expand All @@ -32,7 +33,7 @@
}

.search-filter-container h1 {
font-size: 1.5em;
font-size: 25px;
text-align: center;
color: #333;
margin-bottom: 20px;
Expand All @@ -43,7 +44,6 @@
padding: 12px;
border-radius: 30px;
border: 1px solid #ddd;
font-size: 1em;
outline: none;
transition: box-shadow 0.2s ease-in-out;
}
Expand All @@ -63,15 +63,13 @@
.filter-options label {
display: flex;
flex-direction: column;
font-size: 1em;
color: #555;
margin-bottom: 10px;
flex: 1 1 48%;
}

.filter-select {
padding: 10px;
font-size: 1em;
border-radius: 10px;
border: 1px solid #ddd;
background-color: #fff;
Expand Down

0 comments on commit 86781ed

Please sign in to comment.