Skip to content

Commit cae45dc

Browse files
authored
add partners block (Codeception#396)
1 parent 1a59b65 commit cae45dc

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

_layouts/bootstrap.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ <h4>
257257
</ul>
258258
</div>
259259

260+
<div class="container-fluid">
261+
<div class="partners-block text-center">
262+
<a href="https://testomat.io/">Testomatio</a> - Test Management for Codeception
263+
</div>
264+
</div>
265+
260266
<div class="container-fluid">
261267
<div class="row">
262268
<div class="col-sm-12 col-md-6 col-lg-3">

css/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ body b {
432432
display: flex;
433433
align-items: center;
434434
justify-content: space-around;
435-
padding: 24px 0;
435+
padding: 24px 0 0 0;
436436
}
437437

438438

@@ -1916,4 +1916,9 @@ p code, li code {
19161916
.sponsors-wrapper .sponsors:hover {
19171917
opacity: 1;
19181918
text-decoration: none;
1919+
}
1920+
1921+
.partners-block {
1922+
font-size: 18px;
1923+
margin-bottom: 30px;
19191924
}

0 commit comments

Comments
 (0)