1
Fork 0

search bar fixes

This commit is contained in:
Ashley 2023-01-08 19:11:00 +00:00
parent 385f6364d8
commit cec42ead99

View file

@ -535,9 +535,11 @@ nav .right img {
font-weight: 600;
}
@media screen and (min-width: 1000px) {
@media screen and (min-width: 865px) {
.btn.btn-success {
transform: translate(21em, -1.25em) !important;
/* Old webkit based browsers */
-webkit-transform: translate(21em, -1.25em) !important;
}
}