diff --git a/README.md b/README.md
index e7ef313..1f60dec 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
yeah that's me
-## deploy
+### deploy
-`npx wrangler pages deploy .` i guess
+`npx wrangler pages deploy .`
+
+### todo
+
+- [ ] figure out what the hell is going on with the gothic font
diff --git a/index.html b/index.html
index 46ddad4..5899b06 100644
--- a/index.html
+++ b/index.html
@@ -10,9 +10,9 @@
-
+
-
diff --git a/style/style.css b/style/style.css
index c1a1d81..0cfe3f3 100644
--- a/style/style.css
+++ b/style/style.css
@@ -1,10 +1,13 @@
body {
+ margin: 8px;
min-height: 100dvh;
+ background-color: black;
+ color: white;
}
h1 {
- font-family: Pirata One;
- font-size: clamp(1em, 12em, 40vw);
+ font-family: "Pirata One";
+ font-size: min(40vw, 12em);
font-weight: 600;
@supports not (-moz-appearance: none) {
font-weight: 400;
@@ -30,8 +33,4 @@ p {
.max-w-lg { max-width: 32rem }
.select-none { user-select: none; }
-
-.bg-black { background-color: black; }
-
-.text-white { color: white; }
/* tailwind lite */