From 394f3748c7e53239733703d9dc36af5897a38aef Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 15 Oct 2019 23:56:01 +0200 Subject: FUNCT Add support for 1080 and 720 --- src/styles/main.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/styles/main.scss') diff --git a/src/styles/main.scss b/src/styles/main.scss index 1da7565..b3f56e1 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -9,7 +9,6 @@ html { } body { - font-size: 1.2rem; font-family: Arial; color: map-get($colors, font); margin: 0; @@ -37,7 +36,7 @@ body { width: 100%; height: $header_size*0.70; line-height: $header_size*0.70; - font-size: 90px; + font-size: 6em; } .label { @@ -62,7 +61,7 @@ body { } .hour { - font-size: 40px; + font-size: 2em; border-bottom: 1px solid map-get($colors, grey); width: 80%; margin: 0 10% 10px 10%; @@ -70,7 +69,7 @@ body { } .wheater { - font-size: 30px; + font-size: 1.5em; letter-spacing: 2px; } } @@ -79,7 +78,7 @@ body { display: flex; justify-content: space-around; text-align: center; - font-size: 42px; + font-size: 2em; color: map-get($colors, grey); .powered { -- cgit 1.2.3-korg