From 7ab613b394e7596047a277560c26cd7bb1353a65 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 15 Feb 2020 03:24:09 +0900 Subject: [PATCH] Use em --- src/client/widgets/calendar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/widgets/calendar.vue b/src/client/widgets/calendar.vue index ae9dbfece..b7d577c37 100644 --- a/src/client/widgets/calendar.vue +++ b/src/client/widgets/calendar.vue @@ -132,7 +132,7 @@ export default define({ > p { margin: 0; line-height: 18px; - font-size: 14px; + font-size: 0.9em; > span { margin: 0 4px; @@ -142,7 +142,7 @@ export default define({ > .day { margin: 10px 0; line-height: 32px; - font-size: 28px; + font-size: 1.75em; } } @@ -162,7 +162,7 @@ export default define({ > p { margin: 0 0 2px 0; - font-size: 12px; + font-size: 0.75em; line-height: 18px; opacity: 0.8;