From d246b77a1e39d9587a05c29ffbb11db8a1c126a8 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 5 Mar 2024 10:32:54 +0100 Subject: [PATCH] fix(ui): Fix CSS typo. --- hub/ui/static/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/ui/static/style/main.css b/hub/ui/static/style/main.css index 79ced74..2424650 100644 --- a/hub/ui/static/style/main.css +++ b/hub/ui/static/style/main.css @@ -633,7 +633,7 @@ body { margin: var(--space-very-large) 0; border-radius: var(--space-small); -: +} .thing--weather-forecast > .thing--weather-one-forecast { --thing--weather-forecast-one--gutter: var(--space-small);