diff --git a/docs/.vuepress/components/Footer.vue b/docs/.vuepress/components/Footer.vue index f29ca80..dab025e 100644 --- a/docs/.vuepress/components/Footer.vue +++ b/docs/.vuepress/components/Footer.vue @@ -146,8 +146,7 @@ hr { line-height: 1.6; margin: 0 0 1.2rem 0; padding: 0 1rem; - text-align: justify; - text-justify: inter-word; + text-align: center; } /* First paragraph (incubation notice) styling */ @@ -195,7 +194,7 @@ hr { .footer-copyright p { font-size: 0.75rem; padding: 0 0.5rem; - text-align: left; + text-align: center; } .footer-copyright p:first-child { diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 8c81595..1eab8a6 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -85,7 +85,7 @@ export default defineUserConfig({ head: [ ['link', { rel: 'icon', href: '/logo-mini.png' }] ], - title: 'Apache Auron (Incubating)', + title: 'Apache Auron™ (Incubating)', theme: defaultTheme({ logo: '/logo-mini.png', home: '/',