Update images to fix size
This commit is contained in:
parent
115eea84c3
commit
f7f8730343
9 changed files with 10 additions and 11 deletions
|
|
@ -38,9 +38,9 @@
|
|||
</div>
|
||||
|
||||
<div class="block img-block">
|
||||
<img srcset="static/img/pic1.webp, static/img/pic1x2.webp 2x" alt="" />
|
||||
<img srcset="static/img/pic2.webp, static/img/pic2x2.webp 2x" alt="" />
|
||||
<img srcset="static/img/pic3.webp, static/img/pic3x2.webp 2x" alt="" />
|
||||
<img srcset="static/img/pic1.webp, static/img/pic1x2.webp 2x" alt="" width="288" height="96" />
|
||||
<img srcset="static/img/pic2.webp, static/img/pic2x2.webp 2x" alt="" width="288" height="96" />
|
||||
<img srcset="static/img/pic3.webp, static/img/pic3x2.webp 2x" alt="" width="288" height="96" />
|
||||
</div>
|
||||
|
||||
<h2>Contact</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue