small fixes
This commit is contained in:
+5
-6
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user