# HG changeset patch # User Paul Fisher # Date 1569804131 14400 # Node ID 6d59f038a58bb3ae01678966e38e64ceb0531506 # Parent f1ea183d28ba6f971f3c9a7ba7fbfa24df5f2b4e improve some styles diff -r f1ea183d28ba -r 6d59f038a58b setup.py --- 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=[ diff -r f1ea183d28ba -r 6d59f038a58b weather_server/static/style.css --- 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 {