docs(aio): fix image width on the homepage

This commit is contained in:
Igor Minar 2017-06-09 12:11:43 -07:00 committed by Igor Minar
parent 4c74dba2f3
commit 503fd1fbaf
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
<div layout="row" layout-xs="column" class="home-row homepage-container">
<div class="promo-img-container promo-1">
<div>
<img height="222" src="assets/images/home/responsive-framework.svg" alt="responsive framework">
<img height="222" width="340" src="assets/images/home/responsive-framework.svg" alt="responsive framework">
</div>
</div>
@ -69,7 +69,7 @@
<div class="promo-img-container promo-2">
<div>
<img height="222" src="assets/images/home/speed-performance.svg" alt="speed and performance">
<img height="222" width="323" src="assets/images/home/speed-performance.svg" alt="speed and performance">
</div>
</div>
</div>