docs: clean up

This commit is contained in:
2026-03-10 23:17:49 +08:00
parent c3a49711e7
commit 1bd72bb58f
4 changed files with 25 additions and 46 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function CardLayer(props: CardLayerProps) {
return (
<>
<article
class="absolute flex items-center justify-center text-center prose prose-sm"
class="absolute flex flex-col items-center justify-center text-center prose prose-sm"
style={{
...getLayerStyle(layer, dimensions()),
'font-size': `${layer.fontSize || 3}mm`