Adds markdown formatting. Layout and style improvements.

This commit is contained in:
2025-07-23 15:37:44 -07:00
parent 8533f63a22
commit 4c2ebdc292
11 changed files with 88 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
@import "tailwindcss";
@tailwind utilities;
@import "tailwindcss/utilities";
html,
body {
@@ -17,6 +17,12 @@ body {
min-width: 320px;
}
/* The container for all content */
#app {
height: 100%;
width: 100%;
}
code,
pre {
font-family: "Fira Mono", "Menlo", "Monaco", "Consolas", monospace;