fix styles

This commit is contained in:
plebbitor
2023-02-09 13:37:35 +01:00
parent 6413a42702
commit 5350de37ca
2 changed files with 15 additions and 4 deletions
+12
View File
@@ -73,6 +73,18 @@ export const Search = styled.div`
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="submit"] {
vertical-align: center;
}
}
@media not all and (min-resolution:.001dpcm) {
input[type="submit"] {
vertical-align: top;
}
}
@media only screen and (max-width: 480px) {
text-align: center;