Archived
1
0
Fork 0

app/views/main/index/about.volt: change img-responsive to img-fluid

This commit is contained in:
Henrik Hautakoski 2022-08-02 13:03:31 +02:00
parent 36e6034c33
commit 59f76add96

View file

@ -46,7 +46,7 @@
<div class="phalcon">
<a target="_blank" href="http://phalconphp.com">
<img class="img-responsive" src="/img/phalcon-php.png" />
<img class="img-fluid" src="/img/phalcon-php.png" />
</a>
</div>