fix(style): name and pronouns not centered on phone

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-12 12:46:15 +01:00
parent aa1719940b
commit 580e6500a5
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
2 changed files with 4 additions and 1 deletions

View file

@ -63,5 +63,5 @@ func main() {
http.Redirect(w, r, "/", http.StatusTemporaryRedirect)
}
g.StartServer(":80")
g.StartServer(":8000")
}