diff weather_server/static/style.css @ 10:6d59f038a58b

improve some styles
author Paul Fisher <paul@pfish.zone>
date Sun, 29 Sep 2019 20:42:11 -0400
parents d54155a199d8
children 4eaa9d69c4e2
line wrap: on
line diff
--- a/weather_server/static/style.css	Sun Sep 29 20:34:38 2019 -0400
+++ b/weather_server/static/style.css	Sun Sep 29 20:42:11 2019 -0400
@@ -18,8 +18,7 @@
     flex: none;
     background: #263238;
     color: white;
-    height: 48px;
-    padding: 0 24px;
+    padding: 12px 24px;
     font-size: 24px;
 
     display: flex;
@@ -41,6 +40,7 @@
     flex-direction: column;
     align-items: baseline;
     padding: 24px;
+    line-height: 1;
 }
 
 p.important .key {
@@ -60,7 +60,7 @@
     font-size: 33%;
     font-weight: bold;
     opacity: 66%;
-    padding-top: 0.4em;
+    padding-top: 0.25em;
 }
 
 #temp {