We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf3b9b commit c557781Copy full SHA for c557781
_includes/for.html
@@ -25,8 +25,10 @@ <h4>WordPress</h4>
25
<div class="row casestudy">
26
<div class="col-sm-4">
27
<a href="/for/joomla" class="item img-thumbnail bg-white item--joomla">
28
- <img src="/images/frameworks/joomla.svg" alt="joomla">
29
- <h4>joomla</h4>
+ <div>
+ <img src="/images/frameworks/joomla.svg" alt="joomla">
30
+ <h4>joomla</h4>
31
+ </div>
32
</a>
33
</div>
34
0 commit comments