Skip to content

Commit

Permalink
Changed Dropdown values
Browse files Browse the repository at this point in the history
  • Loading branch information
TartejBrothers committed Dec 17, 2023
1 parent 32d4125 commit b6f496c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ input#search {
height: 0;
}
to {
height: 750px;
height: 560px;
}
}
@keyframes slideOut {
from {
height: 750px;
height: 560px;
}
to {
height: 0;
Expand Down

0 comments on commit b6f496c

Please sign in to comment.