feat: convert to blog

This commit is contained in:
2025-01-22 23:02:54 -08:00
parent 3a6a8fff18
commit d546799f66
14 changed files with 210 additions and 45 deletions
+26 -11
View File
@@ -3,32 +3,47 @@
@tailwind utilities;
* {
font-family: "OpenDyslexic", monospace;
font-family: "OpenDyslexic", monospace;
}
h1 {
@apply text-4xl;
@apply text-4xl;
}
h2 {
@apply text-2xl;
@apply text-2xl;
}
a {
@apply underline;
@apply underline;
}
li {
@apply list-disc;
@apply list-inside;
@apply text-left;
@apply list-disc;
@apply list-inside;
@apply text-left;
}
p {
@apply text-justify;
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
img {
@apply mx-auto;
}
blockquote,
blockquote p {
@apply text-center;
}
blockquote {
border: 2px dotted;
margin: 1rem;
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
}