Skip to content

Commit 6bbe2d8

Browse files
authored
Reduce font sizes in mobile.css
Signed-off-by: 思琪 <[email protected]>
1 parent a7a5073 commit 6bbe2d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

static/mobile.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html.is-mobile body {
66
background: #fff;
77
line-height: 1.7;
88
overflow-x: hidden;
9-
font-size: 1.58rem !important;
9+
font-size: 1.4rem !important;
1010
color: #111 !important;
1111
}
1212

@@ -97,7 +97,7 @@ html.is-mobile .mw-parser-output {
9797
max-width: 100% !important;
9898
overflow-wrap: break-word;
9999
box-sizing: border-box;
100-
font-size: 1.58rem !important;
100+
font-size: 1.4rem !important;
101101
line-height: 1.7 !important;
102102
color: #111 !important;
103103
}
@@ -129,7 +129,7 @@ html.is-mobile #p-lang a {
129129
border: 1px solid rgba(0,0,0,0.1);
130130
text-decoration: none;
131131
color: #000;
132-
font-size: 1.35rem !important;
132+
font-size: 1.25rem !important;
133133
}
134134

135135
html.is-mobile table {
@@ -141,7 +141,7 @@ html.is-mobile th,
141141
html.is-mobile td {
142142
border-bottom: 1px solid rgba(0,0,0,0.05);
143143
padding: 9px 12px;
144-
font-size: 1.58rem !important;
144+
font-size: 1.4rem !important;
145145
line-height: 1.7 !important;
146146
}
147147
html.is-mobile .thumb img {
@@ -152,7 +152,7 @@ html.is-mobile .thumb img {
152152
}
153153

154154
html.is-mobile #footer {
155-
font-size: 1.43rem;
155+
font-size: 1.26rem;
156156
padding: 24px;
157157
text-align: center;
158158
color: #444;
@@ -161,7 +161,7 @@ html.is-mobile #footer {
161161
html.is-mobile .firstHeading {
162162
margin-top: 1em !important;
163163
padding-top: 0.5em !important;
164-
font-size: 1.9rem !important;
164+
font-size: 1.7rem !important;
165165
}
166166

167167
html.is-mobile table.infobox,
@@ -190,7 +190,7 @@ html.is-mobile table.infobox td {
190190
padding: 12px 14px !important;
191191
border: none !important;
192192
box-sizing: border-box !important;
193-
font-size: 1.58rem !important;
193+
font-size: 1.4rem !important;
194194
line-height: 1.7 !important;
195195
color: #111 !important;
196196
}
@@ -199,7 +199,7 @@ html.is-mobile table.infobox caption {
199199
caption-side: top !important;
200200
text-align: center !important;
201201
font-weight: 700 !important;
202-
font-size: 1.65rem !important;
202+
font-size: 1.5rem !important;
203203
padding: 9px 14px !important;
204204
background: #fafafa !important;
205205
}

0 commit comments

Comments
 (0)