@@ -21,7 +21,7 @@ function Logo({ title, component: Component }) {
21
21
export default function Brand ( ) {
22
22
return (
23
23
< div className = "px-4 pt-10 pb-16 sm:px-6 md:px-8" >
24
- < h1 className = "mb-4 text-4xl font-extrabold text-gray-900" > Brand</ h1 >
24
+ < h1 className = "mb-4 text-5xl font-extrabold text-gray-900" > Brand</ h1 >
25
25
< div className = "mb-4 max-w-2xl" >
26
26
< div className = "mb-5 space-y-5 text-lg" >
27
27
< p > Javaistic brand assets and usage guidelines.</ p > { ' ' }
@@ -31,7 +31,7 @@ export default function Brand() {
31
31
< div className = "my-8 grid gap-8 sm:my-12 md:grid-cols-2 md:gap-6 xl:gap-8" >
32
32
< section >
33
33
< h2 className = "mb-4 text-xl font-bold text-gray-900" >
34
- Main Logo< span className = "sr-only" > : Javaistic Main Logo</ span >
34
+ Main Logo< span className = "sr-only" > Javaistic Main Logo</ span >
35
35
</ h2 >
36
36
< div className = "mb-6 flex h-40 items-center justify-center rounded-xl bg-gray-200 p-6 dark:bg-gray-50 sm:h-56 xl:h-64" >
37
37
< Logo title = "Headless UI" component = { JavaisticLogo } />
@@ -52,7 +52,7 @@ export default function Brand() {
52
52
</ section >
53
53
< section >
54
54
< h2 className = "mb-4 text-xl font-bold text-gray-900" >
55
- Alternate Logo< span className = "sr-only" > : Javaistic Alternate Logo</ span >
55
+ Alternate Logo< span className = "sr-only" > Javaistic Alternate Logo</ span >
56
56
</ h2 >
57
57
< div className = "mb-6 flex h-40 items-center justify-center rounded-xl bg-gray-900 p-6 dark:bg-gray-800 sm:h-56 xl:h-64" >
58
58
< Logo title = "Headless UI" component = { JavaisticAltLogo } />
0 commit comments