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 d501b6c commit c3e0fdeCopy full SHA for c3e0fde
docs/content/index.yml
@@ -105,12 +105,12 @@ sections:
105
</script>
106
107
<template>
108
- <section class="flex items-center gap-12">
109
- <div class="flex flex-col gap-2">
110
- <h1 class="text-4xl">
111
- <MDCSlot unwrap="p" />
+ <section class="flex flex-col sm:flex-row sm:items-center flex-col-reverse gap-4 py-8 sm:gap-12 sm:py-12">
+ <div>
+ <h1 class="text-4xl font-semibold">
+ <slot name="title" />
112
</h1>
113
- <div class="text-base text-gray-500 dark:text-gray-400">
+ <div class="text-base text-gray-600 dark:text-gray-300">
114
<slot name="description" />
115
</div>
116
0 commit comments