diff options
author | 2021-06-17 18:10:49 +0200 | |
---|---|---|
committer | 2021-06-17 11:10:49 -0500 | |
commit | 6573bea8d4c56603f133367529daa56e44ef99ad (patch) | |
tree | 5eda2115354c223cbdf510d17d26c792283b0ee1 | |
parent | 02d175cd95d669ce7ca7330cdb1395c51e4632ce (diff) | |
download | astro-6573bea8d4c56603f133367529daa56e44ef99ad.tar.gz astro-6573bea8d4c56603f133367529daa56e44ef99ad.tar.zst astro-6573bea8d4c56603f133367529daa56e44ef99ad.zip |
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 <natemoo-re@users.noreply.github.com>
-rw-r--r-- | .changeset/eight-garlics-rescue.md | 5 | ||||
-rw-r--r-- | packages/astro/README.md | 2 |
2 files changed, 6 insertions, 1 deletions
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 @@ -<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true" alt="Astro" width="838" height="420" > +<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true" /> **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. |