Skip to content

Commit 2493c8f

Browse files
committed
Fixed padding of view area in smaller screen
1 parent 2b57b18 commit 2493c8f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

public/css/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ body {
6363
/*overflow-y: scroll;*/
6464
-webkit-overflow-scrolling: touch;
6565
}
66+
@media (min-width: 768px) {
67+
.ui-view-area {
68+
padding-left: 15px;
69+
padding-right: 15px;
70+
}
71+
}
6672
.ui-scrollable {
6773
height: 100%;
6874
overflow-x: hidden;

0 commit comments

Comments
 (0)