Skip to content

Commit

Permalink
Smaller weather text (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanthoss authored Dec 12, 2024
1 parent df74b30 commit 9017dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion src/render/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9017dda

Please sign in to comment.