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.