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>
This commit is contained in:
parent
02d175cd95
commit
6573bea8d4
2 changed files with 6 additions and 1 deletions
5
.changeset/eight-garlics-rescue.md
Normal file
5
.changeset/eight-garlics-rescue.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixed README header aspect ratio
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue