Skip to content

Commit 444fa52

Browse files
committed
Fix margin
1 parent 62ced3e commit 444fa52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/styles/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,13 +451,13 @@ ol > li::marker {
451451
}
452452

453453
.app-content {
454-
padding-top: calc(env(safe-area-inset-top) + 30px);
454+
padding-top: calc(env(safe-area-inset-top) + 20px);
455455
/*padding-bottom: env(safe-area-inset-bottom);*/
456456
box-sizing: border-box; /* ensure padding doesn’t break layout */
457457
}
458458

459459
.safe-bottom {
460460
/*bottom: env(safe-area-inset-bottom);*/
461-
bottom: calc(env(safe-area-inset-bottom) + 30px);
461+
bottom: calc(env(safe-area-inset-bottom) + 10px);
462462
}
463463

0 commit comments

Comments
 (0)