File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ bower_components/
5
5
spm_modules /
6
6
projectFilesBackup /
7
7
Gruntfile.js
8
- npm-debug.log
8
+ npm-debug.log
9
+ bower.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " qst" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"homepage" : " https://github.com/xjchenhao/qst" ,
5
5
"authors" : [
6
6
19
19
" bower_components" ,
20
20
" test" ,
21
21
" tests" ,
22
+ " bower.json" ,
22
23
" src/*.map" ,
23
24
" src/*.css"
24
25
]
Original file line number Diff line number Diff line change @@ -60,7 +60,16 @@ $viewsize() {
60
60
max-width : 400px ;
61
61
}
62
62
}
63
- @media only screen and (max-width : 470px ) and (min-width : 400px ) {
63
+ @media only screen and (max-width : 415px ) and (min-width : 400px ) {
64
+ html {
65
+ font-size : 11.5px
66
+ }
67
+
68
+ .viewport {
69
+ max-width : 415px
70
+ }
71
+ }
72
+ @media only screen and (max-width : 470px ) and (min-width : 415px ) {
64
73
html {
65
74
font-size : 11.11111px
66
75
}
You can’t perform that action at this time.
0 commit comments