File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import StatusBar from './components/StatusBar.vue';
1818 -moz-osx-font-smoothing : grayscale ;
1919 text-align : center ;
2020 color : ghostwhite ;
21- font-size : 2 vw ;
21+ font-size : 4 vmin ;
2222 height : 100% ;
2323 width : 100% ;
2424 padding : 0.5vh 0.5vw ;
@@ -27,7 +27,7 @@ import StatusBar from './components/StatusBar.vue';
2727
2828 display : flex ;
2929 flex-direction : column ;
30- flex-wrap : wrap ;
30+ flex-wrap : nowrap ;
3131 justify-content : space-between ;
3232 align-items : stretch ;
3333 align-content : stretch ;
@@ -39,12 +39,11 @@ import StatusBar from './components/StatusBar.vue';
3939
4040.button {
4141 display : inline-block ;
42- padding : 6px 20px ;
4342 margin : 0 ;
4443 cursor : pointer ;
4544 border : 1px solid #bbb ;
46- overflow : visible ;
47- font-size : 2 vw ;
45+ overflow : hidden ;
46+ font-size : 4 vmin ;
4847 text-decoration : none ;
4948 white-space : nowrap ;
5049 color : #555 ;
You can’t perform that action at this time.
0 commit comments