This commit is contained in:
binaryify
2019-04-04 11:25:14 +08:00
parent caccfa748e
commit ef1800c7b7
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vue-tetris",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Vue.js project",
"author": "binaryify <zhuangtongfa@qq.com>",
"private": true,

View File

@@ -12,6 +12,8 @@
position: absolute;
white-space: nowrap;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
&.s2 {
font-size: 16px;
}