Skip to content

Commit e697d36

Browse files
committed
Decrease heading size
1 parent a10525b commit e697d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Canvas/CanvasSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<section class="mb-16 max-w-full">
3-
<h1 class="mb-1 text-4xl text-gray-800">{{ title }}</h1>
3+
<h1 class="mb-2 text-3xl text-gray-800">{{ title }}</h1>
44
<div class="bg-white p-6 rounded border-gray-300 border">
55
<slot />
66
</div>

0 commit comments

Comments
 (0)