We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9104770 commit 7632839Copy full SHA for 7632839
1 file changed
layouts/two-cols-title.vue
@@ -130,8 +130,12 @@ const flexclass = computed(() => {
130
}
131
132
.slidev-layout.two-cols-header .title h1 + p,
133
-.slidev-layout.two-cols-footer .title h1 + p {
134
- margin-top: 0.2em;
+.slidev-layout.two-cols-footer .title h1 + p,
+.slidev-layout.two-cols-header .title h2 + p,
135
+.slidev-layout.two-cols-footer .title h2 + p,
136
+.slidev-layout.two-cols-header .title h3 + p,
137
+.slidev-layout.two-cols-footer .title h3 + p {
138
+ margin-top: 0.1em;
139
margin-bottom: 0;
140
141
0 commit comments