mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #10276 from jibees/10250-split-checkout-responsiveness-is-broken-on-iphone
Split Checkout, increase input to 16px for small devices and 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