diff --git a/src/layouts/TheTop.vue b/src/layouts/TheTop.vue index 2cf92eb..0e7766f 100644 --- a/src/layouts/TheTop.vue +++ b/src/layouts/TheTop.vue @@ -410,10 +410,10 @@ .weather-desc { font-size: 14px; font-weight: 500; - line-height: 1.2; + line-height: 1.6; } .weather-temp { - font-size: 12px; + font-size: 13px; color: #888; line-height: 1.2; }