Skip to content

Commit 9111d95

Browse files
author
Rodolfo Herrera Hernandez
authored
Search bar fixed on small screens.
1 parent ee578d5 commit 9111d95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Client/src/Components/SearchBar/SearchBar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
border-radius: 0 0 2rem 2rem;
3636
max-width: 700px;
3737
z-index: 10;
38-
margin-bottom: -20vh;
38+
margin: 0 auto -20vh;
3939
}
4040

4141
#Search-Bar-Suggestions ul{
@@ -78,4 +78,4 @@
7878
#Search-Bar-Suggestions{
7979
max-height: 20vh;
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)