consistent attribute order

This commit is contained in:
Daniel Micay 2021-12-11 09:19:10 -05:00
parent c2f41bf3a9
commit 3764534018

View File

@ -59,8 +59,8 @@
</div> </div>
<figure class="device-img"> <figure class="device-img">
<img alt="" class="phone-img" height="580" src="/phone.png"/> <img class="phone-img" height="580" src="/phone.png" alt=""/>
<img alt="" class="phone-logo-img" height="200" src="{{path|/mask-icon.svg}}" width="200"/> <img class="phone-logo-img" width="200" height="200" src="{{path|/mask-icon.svg}}" alt=""/>
</figure> </figure>
</div> </div>