diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-15 23:56:01 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 394f3748c7e53239733703d9dc36af5897a38aef (patch) | |
tree | d6bb4931bda6678eeba18c150592543f1995d7f3 /src/styles/main.scss | |
parent | 396f570105d5f951f7e7da8f5da57e001a31a16b (diff) |
FUNCT Add support for 1080 and 720
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 9 |
1 files changed, 4 insertions, 5 deletions
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 { |