changeset 10:6d59f038a58b

improve some styles
author Paul Fisher <paul@pfish.zone>
date Sun, 29 Sep 2019 20:42:11 -0400
parents f1ea183d28ba
children 52ef21607b31
files setup.py weather_server/static/style.css
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Sep 29 20:34:38 2019 -0400
+++ b/setup.py	Sun Sep 29 20:42:11 2019 -0400
@@ -2,7 +2,7 @@
 
 setuptools.setup(
     name='weather-server',
-    version='0.0.2',
+    version='0.0.3',
     packages=setuptools.find_packages(),
     python_requires='>=3.7',
     install_requires=[
--- 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 {