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

@@ -11,7 +11,7 @@
<title>Dungeon Master's Companion</title>
</head>
<body>
<div id="app"></div>
<div id="app" class="flex flex-col h-full w-full"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>