@@ -14,7 +14,10 @@
z-index: 5;
}
.host-collect {
+ margin-top: 20px;
padding-bottom: 100px;
+ padding-bottom: calc(100px + constant(safe-area-inset-bottom));
+ padding-bottom: calc(100px + env(safe-area-inset-bottom));
h4 {
font-size: 28px;
@media screen and (min-width:790px) {
@@ -53,7 +56,7 @@
display:flex;
align-items: center;
justify-content: space-between;
- width: 30%;
+ width: 35%;
img {
width: 21px;
height: 21px;