Minor style improvements for canvas

This commit is contained in:
2024-04-23 20:22:22 -05:00
parent 40afb3b95b
commit feba95449f

View File

@@ -13,9 +13,9 @@
} }
canvas { canvas {
@apply w-full h-full block mx-auto bg-black; @apply w-full h-[65vh] min-h-[200px] block mx-auto bg-black;
} }
.code { .code {
@apply px-1 rounded font-mono bg-zinc-900 border border-zinc-700 @apply px-1 rounded font-mono bg-zinc-900 border border-zinc-700 lowercase;
} }