We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10525b commit e697d36Copy full SHA for e697d36
src/components/Canvas/CanvasSection.vue
@@ -1,6 +1,6 @@
1
<template>
2
<section class="mb-16 max-w-full">
3
- <h1 class="mb-1 text-4xl text-gray-800">{{ title }}</h1>
+ <h1 class="mb-2 text-3xl text-gray-800">{{ title }}</h1>
4
<div class="bg-white p-6 rounded border-gray-300 border">
5
<slot />
6
</div>
0 commit comments