Skip to content

Commit

Permalink
Decrease Font size for Settings Component on Mobile as it overflows #109
Browse files Browse the repository at this point in the history
  • Loading branch information
shlc001 committed May 5, 2023
1 parent 4dc4fd1 commit 15654de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SettingsComponent/SettingsComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default {
padding: 0;
position: absolute;
height: 6vh;
font-size: 90%;
font-size: 85%;
top: 10%;
left: -15%;
width: 130%;
Expand Down

0 comments on commit 15654de

Please sign in to comment.