mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:34:38 -05:00
search bar fixes
This commit is contained in:
parent
4b9a15eef4
commit
4cd6c33721
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue