Skip to content

Commit e8bdd9a

Browse files
committed
use wish block update (symfony)
1 parent c557781 commit e8bdd9a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

_includes/for.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<div class="row casestudy">
22
<div class="col-sm-4">
33
<a href="/for/symfony" class="item img-thumbnail bg-white item--symfony">
4-
<img src="/images/frameworks/symfony_black_03.svg" alt="Symfony">
4+
<div>
5+
<img src="/images/frameworks/symfony.svg" alt="Symfony">
6+
<h4>Symfony</h4>
7+
</div>
58
</a>
69
</div>
710
<div class="col-sm-4">

css/codeception.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,9 +1068,9 @@ body .panel-info>.panel-heading {
10681068
margin-bottom: 1.5em;
10691069
}
10701070

1071-
.item--symfony img{
1072-
width: 200px;
1073-
height: 200px;
1071+
.item--symfony img {
1072+
width: 110px;
1073+
height: 100px;
10741074
}
10751075

10761076
.item--laravel img {

images/frameworks/symfony.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)