app/views/main/index/about.volt: change img-responsive to img-fluid
This commit is contained in:
parent
36e6034c33
commit
59f76add96
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Reference in a new issue