From 6573bea8d4c56603f133367529daa56e44ef99ad Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Thu, 17 Jun 2021 18:10:49 +0200 Subject: [PATCH] Fix README header aspect ratio (#482) * Fix README header aspect ratio * add changeset * bring back img and try responsive width and height * Remove `width` and `height` attrs Co-authored-by: Nate Moore --- .changeset/eight-garlics-rescue.md | 5 +++++ packages/astro/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/eight-garlics-rescue.md diff --git a/.changeset/eight-garlics-rescue.md b/.changeset/eight-garlics-rescue.md new file mode 100644 index 000000000..64f8ac03e --- /dev/null +++ b/.changeset/eight-garlics-rescue.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixed README header aspect ratio diff --git a/packages/astro/README.md b/packages/astro/README.md index bf55e3fd9..263a2f26b 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -1,4 +1,4 @@ -Astro + **Astro** is a _fresh but familiar_ approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.