Skip to content

Commit 8fe380b

Browse files
authored
change yii logo to svg on use cases page (Codeception#282)
1 parent b5ee2ac commit 8fe380b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_includes/yii_hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h1>
77
<span class="quiet">Codeception for</span>
88

9-
<img src="/images/frameworks/yii.png" alt="Yii Framework">
9+
<img src="/images/frameworks/yii-framework.svg" alt="Yii Framework">
1010
</h1>
1111
</div>
1212
</div>

css/codeception.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,8 @@ body .panel-info>.panel-heading {
10531053
max-width: 800px;
10541054
border-radius: 10px;
10551055
margin-top: 30px;
1056+
background-color: #ffffff;
1057+
padding: 10px;
10561058
}
10571059

10581060
.hero--wp {

0 commit comments

Comments
 (0)