mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Increase input to 16px for small devices and iOS devices
This avoid that "zoom on input focus" on iOS devices
This commit is contained in:
@@ -507,3 +507,15 @@
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
// For small screen or for iOS devices, increase to 16px the input font-size
|
||||
@media screen and (max-width: 700px) {
|
||||
.checkout-input input {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
@supports(-webkit-overflow-scrolling: touch) {
|
||||
.checkout-input input {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user