aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/styles/landscape.scss2
-rw-r--r--src/templates/time.template.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss
index b72c200..c8105bb 100644
--- a/src/styles/landscape.scss
+++ b/src/styles/landscape.scss
@@ -16,6 +16,8 @@
.button {
border-width: 1px 0 1px 0;
order: 2;
+ display: flex;
+ align-items: center;
.label {
display: none;
}
diff --git a/src/templates/time.template.html b/src/templates/time.template.html
index d107ae4..663c8e5 100644
--- a/src/templates/time.template.html
+++ b/src/templates/time.template.html
@@ -40,7 +40,7 @@
{{ ^weather }}
<div class="weatherItem">
<i class="fas fa-exclamation-circle"></i>
- Weather no available
+ No weather
</div>
{{ /weather }}
</div> \ No newline at end of file