aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r--src/styles/main.scss9
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 {