diff --git a/pyproject.toml b/pyproject.toml
index 5a57cd4..d0ae287 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -88,6 +88,7 @@ line-length = 120
"S106",
"PLR6301",
"S105",
+ "SLF001",
]
"**/migrations/**" = ["RUF012"]
diff --git a/templates/twitch/dashboard.html b/templates/twitch/dashboard.html
index b8a6c96..87ade82 100644
--- a/templates/twitch/dashboard.html
+++ b/templates/twitch/dashboard.html
@@ -33,24 +33,24 @@ Hover over the end time to see the exact date and time.
alt="Box art for {{ game_data.name }}"
width="200"
height="267"
- style="border-radius: 8px">
+ style="border-radius: 8px" />
{% for campaign in game_data.campaigns %}
-
-
+
+ style="border-radius: 4px" />
{{ campaign.clean_name }}