1 parent 17788b2 commit c70a292Copy full SHA for c70a292
1 file changed
src/vector/mobile_guide/index.html
@@ -1,3 +1,5 @@
1
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
2
+
3
<head>
4
5
<style type="text/css">
@@ -120,20 +122,20 @@
120
122
121
123
@media screen and (max-width: 1120px) {
124
body {
- font-size: 28px;
125
+ font-size: 20px;
126
}
127
h1 {
- font-size: 26px;
128
129
130
h4 {
- font-size: 20px;
131
+ font-size: 16px;
132
133
.mx_Button {
134
font-size: 14px;
135
padding: 14px 28px;
136
137
.mx_HomePage_toprow {
- margin-top: 20px;
138
+ margin-top: 12px;
139
140
.mx_Spacer {
141
margin-top: 60px;
0 commit comments