container sized down to 500px width
All checks were successful
/ push_to_registry (push) Successful in 52s

This commit is contained in:
2026-01-17 21:44:01 +01:00
parent d21b959104
commit 36ce60aa28

View File

@@ -72,7 +72,7 @@ func helpHandler(w http.ResponseWriter, r *http.Request) {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
max-width: 800px;
width: 90%;
min-width: 600px;
min-width: 500px;
}
h1 {
font-size: 1.5rem;
@@ -148,7 +148,7 @@ html := fmt.Sprintf(
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
width: 90%%;
min-width: 600px;
min-width: 500px;
position: relative;
}
h1 {