small fixes

This commit is contained in:
2026-07-26 03:25:09 +01:00
parent c95a2a4806
commit 96dc912c6c
3 changed files with 13 additions and 10 deletions
+5 -6
View File
@@ -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 */