diff --git a/www/src/components/MainHeader.astro b/www/src/components/MainHeader.astro index ffa6e72b3..2146c6f1d 100644 --- a/www/src/components/MainHeader.astro +++ b/www/src/components/MainHeader.astro @@ -28,11 +28,11 @@ Astro - + Documentation - + Twitter @@ -68,6 +68,7 @@ article { color: var(--theme-text-lighter); font-size: initial; padding: 0.5rem; + margin-top: 0; } .header-subitem:hover { color: var(--theme-accent); diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro index eb143b0e4..ed88726dd 100644 --- a/www/src/pages/index.astro +++ b/www/src/pages/index.astro @@ -57,6 +57,7 @@ let lang = 'en';

Psst... get early access to new features by joining our Discord community.

+

You can also reach out to us on Twitter or Github with any questions, and suggestions for improvement.

@@ -68,6 +69,9 @@ let lang = 'en'; margin-top: 2em; padding: 2em 0; } + .hint > p:first-child { + margin-bottom: 2em; + } .action-button { border: 1px solid var(--color-green); padding: 1rem;