Skip to content

Commit c70a292

Browse files
committed
More responsive styling.
1 parent 17788b2 commit c70a292

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/vector/mobile_guide/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2+
13
<head>
24

35
<style type="text/css">
@@ -120,20 +122,20 @@
120122

121123
@media screen and (max-width: 1120px) {
122124
body {
123-
font-size: 28px;
125+
font-size: 20px;
124126
}
125127
h1 {
126-
font-size: 26px;
128+
font-size: 20px;
127129
}
128130
h4 {
129-
font-size: 20px;
131+
font-size: 16px;
130132
}
131133
.mx_Button {
132134
font-size: 14px;
133135
padding: 14px 28px;
134136
}
135137
.mx_HomePage_toprow {
136-
margin-top: 20px;
138+
margin-top: 12px;
137139
}
138140
.mx_Spacer {
139141
margin-top: 60px;

0 commit comments

Comments
 (0)