diff --git a/pyproject.toml b/pyproject.toml index af33ba9..1ae6ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mag-ink-dash-plus" -version = "0.3.0" +version = "0.4.1" description = "E-Ink Magic Dashboard that runs off a battery powered Inkplate 10; displaying content from an ICS calendar feed and OpenWeatherMap that are retrieved and rendered by a Docker container." authors = ["speedyg0nz", "stefanthoss"] license = "Apache License 2.0" diff --git a/src/main.py b/src/main.py index cb32130..1454b32 100644 --- a/src/main.py +++ b/src/main.py @@ -24,7 +24,7 @@ cfg = MagInkDashConfig.get_config() -app = FastAPI(title="MagInkDashPlus Server", version="0.3.0") +app = FastAPI(title="MagInkDashPlus Server", version="0.4.1") logger = structlog.get_logger() diff --git a/src/render/css/styles.css b/src/render/css/styles.css index 765e200..7f4576e 100644 --- a/src/render/css/styles.css +++ b/src/render/css/styles.css @@ -44,7 +44,7 @@ h1, h2, h3, p, span { .weather-forecast { font-family: "Lexend-Regular", sans-serif; - font-size: 2rem; + font-size: 1.8rem; } .info-bar {