diff options
author | 2021-07-16 12:57:07 -0400 | |
---|---|---|
committer | 2021-07-16 11:57:07 -0500 | |
commit | 2827f077baab6674a8ee47f3006e82ce991118b8 (patch) | |
tree | 6ec6bbf3fc38a481816c6ed471f52bda39393a6d /examples/docs/public | |
parent | 6d06fce6d2f47ee793b98b970212b27e8dc059f2 (diff) | |
download | astro-2827f077baab6674a8ee47f3006e82ce991118b8.tar.gz astro-2827f077baab6674a8ee47f3006e82ce991118b8.tar.zst astro-2827f077baab6674a8ee47f3006e82ce991118b8.zip |
New getting started guide (#715)
* New getting started guide
* style: small style tweaks
* style: theme updates
* chore: add redirect
* style: theme tweaks
* fix: clamp logo height
* style: fix sidebar width
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'examples/docs/public')
-rw-r--r-- | examples/docs/public/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css index 5f41eb6ed..d58558799 100644 --- a/examples/docs/public/index.css +++ b/examples/docs/public/index.css @@ -391,4 +391,4 @@ body { ::-webkit-scrollbar-button { display: none; } -/* Scrollbar - End */
\ No newline at end of file +/* Scrollbar - End */ |