Skip to content

Commit 67c5ee4

Browse files
committed
Increase padding width for small device screen width
1 parent 812cbf1 commit 67c5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ import StatusBar from './components/StatusBar.vue';
156156
/* Chromium has a minimum width of 500px, but the Pi display is only 480px, so we need to add a padding here */
157157
@media (max-width: 500px) {
158158
#app {
159-
padding-right: 20px;
159+
padding-right: 40px;
160160
}
161161
}
162162

0 commit comments

Comments
 (0)