Skip to content

Commit 8e82482

Browse files
committed
fix: font-size
1 parent 08c4cf7 commit 8e82482

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/web/app/pages/sharemap.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,17 @@ useHead({
191191
}
192192
}
193193
194+
h2 {
195+
font-size: 24px;
196+
}
197+
194198
@media (--tablet) {
195199
padding: 20px 0 60px;
196200
max-width: 100%;
201+
202+
h2 {
203+
font-size: 20px;
204+
}
197205
}
198206
199207
a {

0 commit comments

Comments
 (0)