Skip to content

Commit fbc35b0

Browse files
authored
change logo to svg (joomla) (Codeception#292)
1 parent d5835c4 commit fbc35b0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

_includes/joomla_hero.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<div class="hero">
1+
<div class="hero hero--joomla">
22
<div class="wide">
33
<div class="container-fluid">
44
<div class="row">
55
<div class="col-lg-12 col-sm-12 text-center">
66
<h1>
77
<span class="quiet">Codeception for</span>
88

9-
<img src="/images/frameworks/joomla.png" alt="Joomla"></h1>
9+
<img src="/images/frameworks/joomla-logo.svg" alt="Joomla"></h1>
1010

1111
</div>
1212
</div>

css/codeception.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,15 @@ body .panel-info>.panel-heading {
10741074
margin-bottom: 20px;
10751075
}
10761076

1077+
.hero--joomla img {
1078+
width: 70%;
1079+
max-width: 800px;
1080+
border-radius: 10px;
1081+
margin-top: 30px;
1082+
background-color: #ffffff;
1083+
padding: 10px;
1084+
}
1085+
10771086
.container--addons {
10781087
margin-bottom: 1.5em;
10791088
}

0 commit comments

Comments
 (0)