index — crispy-website @ 8944ebe71a695a17e5006ef1bffcbcd4f8ea2a40

My personal homepage (very crispy)

top padding reduce
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Sat, 22 Feb 2025 19:41:24 +0100
commit

8944ebe71a695a17e5006ef1bffcbcd4f8ea2a40

parent

8ff49befafec30149efd1c51208040aa7e09e385

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M index.goindex.go

@@ -46,6 +46,6 @@

// Set up a new route for plain text http.HandleFunc("/.well-known/discord", plainTextHandler) - log.Fatal(http.ListenAndServe(":8080", nil)) + log.Fatal(http.ListenAndServe("0.0.0.0:8080", nil)) }
M static/index.cssstatic/index.css

@@ -15,7 +15,7 @@ justify-content: center;

align-items: flex-start; min-height: 100vh; padding: 15em; - padding-top: 5em; + padding-top: 2em; font-size: 1.3em; overflow: hidden; }