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