Skip to content

Commit

Permalink
Increase padding width for small device screen width
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jun 27, 2022
1 parent 812cbf1 commit 67c5ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ import StatusBar from './components/StatusBar.vue';
/* Chromium has a minimum width of 500px, but the Pi display is only 480px, so we need to add a padding here */
@media (max-width: 500px) {
#app {
padding-right: 20px;
padding-right: 40px;
}
}
Expand Down

0 comments on commit 67c5ee4

Please sign in to comment.