diff --git a/template/layouts/cover.vue b/template/layouts/cover.vue
index 7c5bbff..f0da5da 100644
--- a/template/layouts/cover.vue
+++ b/template/layouts/cover.vue
@@ -7,11 +7,11 @@
diff --git a/template/layouts/default.vue b/template/layouts/default.vue
index cd6ca82..89150dd 100644
--- a/template/layouts/default.vue
+++ b/template/layouts/default.vue
@@ -7,11 +7,11 @@
diff --git a/template/layouts/fact.vue b/template/layouts/fact.vue
index ec7d422..6d6f18c 100644
--- a/template/layouts/fact.vue
+++ b/template/layouts/fact.vue
@@ -7,11 +7,11 @@
diff --git a/template/layouts/section.vue b/template/layouts/section.vue
index 98e22d7..131ba66 100644
--- a/template/layouts/section.vue
+++ b/template/layouts/section.vue
@@ -6,11 +6,11 @@
diff --git a/template/layouts/two-cols.vue b/template/layouts/two-cols.vue
index 5b94571..14073f3 100644
--- a/template/layouts/two-cols.vue
+++ b/template/layouts/two-cols.vue
@@ -21,11 +21,11 @@ const props = defineProps({
diff --git a/template/styles/layout.css b/template/styles/layout.css
index 172405a..2bcb31c 100644
--- a/template/styles/layout.css
+++ b/template/styles/layout.css
@@ -97,17 +97,14 @@ h2 {
left: 0px;
right: 0px;
bottom: 0px;
- height: 32px;
- height: 32px;
+ height: 24px;
width: 100%;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 16px;
padding-left: 16px;
- font-size: 16px;
+ font-size: 12px;
background-color: #fdcb0b;
- background-color: #fdcb0b;
- font-weight: bold;
}
.slidev-layout.section {