diff --git a/src/css/custom.css b/src/css/custom.css index 31a4a3c..926107a 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -44,3 +44,20 @@ margin-right: 8px; height: 32px; } + +/* Center footer content */ +.footer { + text-align: center; +} + +.footer__links { + justify-content: center; +} + +.footer__col { + text-align: center; +} + +.footer__copyright { + text-align: center; +} diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 1025fe4..95c82c8 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -80,6 +80,11 @@ margin: 0 auto; } +.introduction table { + margin: 0 auto; + width: auto; +} + :global(.markdown) { font-size: 1.1rem; line-height: 1.7; @@ -88,6 +93,12 @@ margin: 0 auto; } +:global(.markdown table) { + margin-left: auto; + margin-right: auto; + display: table; +} + :global(.markdown p) { text-align: center; } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index eed7b9e..1c12a69 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -3,7 +3,6 @@ import clsx from 'clsx'; import Link from '@docusaurus/Link'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import Layout from '@theme/Layout'; -import HomepageFeatures from '@site/src/components/HomepageFeatures'; import Heading from '@theme/Heading'; import styles from './index.module.css'; @@ -52,7 +51,6 @@ export default function Home(): ReactNode { title={`${siteConfig.title} - Secure Data Verification`} description="TLSNotary - Verify the authenticity of TLS data while protecting privacy. Make data portable without compromising security."> - @@ -60,7 +58,6 @@ export default function Home(): ReactNode { - + + +