mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
search bar fixes
This commit is contained in:
parent
385f6364d8
commit
cec42ead99
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