diff --git a/web/index.templ b/web/index.templ
index 9ad02b3..330b6fa 100644
--- a/web/index.templ
+++ b/web/index.templ
@@ -40,16 +40,16 @@ templ base(title string, body templ.Component, impressum *config.Impressum, chal
}
#progress {
- display: none;
- width: 90%;
- width: min(20rem, 90%);
- height: 2rem;
- border-radius: 1rem;
- overflow: hidden;
- margin: 1rem 0 2rem;
- outline-offset: 2px;
- outline: #b16286 solid 4px;
- }
+ display: none;
+ width: 90%;
+ width: min(20rem, 90%);
+ height: 2rem;
+ border-radius: 1rem;
+ overflow: hidden;
+ margin: 1rem 0 2rem;
+ outline-offset: 2px;
+ outline: #b16286 solid 4px;
+ }
.bar-inner {
background-color: #b16286;
diff --git a/web/index_templ.go b/web/index_templ.go
index de0af4f..2099c7b 100644
--- a/web/index_templ.go
+++ b/web/index_templ.go
@@ -113,7 +113,7 @@ func base(title string, body templ.Component, impressum *config.Impressum, chall
return templ_7745c5c3_Err
}
}
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 8, "")
+ templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 8, "")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}