Skip to content

Commit a506653

Browse files
committed
update install page
1 parent 0c5acfe commit a506653

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

css/codeception.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,4 +1464,9 @@ body #footer .links {
14641464

14651465
.well-custom-row .btn {
14661466
font-size: 16px;
1467+
}
1468+
1469+
.intro-block {
1470+
display: flex;
1471+
justify-content: space-between;
14671472
}

install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
title: Codeception Installation
44
---
55
<div class="container">
6-
<div class="page-header clearfix">
6+
<div class="page-header">
77
<div class="intro-block">
8+
<h1>Installation</h1>
89
<div class="pull-right well well-custom">
910
<h4>Requirements</h4>
1011
<strong>
1112
<div>PHP 5.6+</div>
1213
<div>CURL enabled</div>
1314
</strong>
1415
</div>
15-
<h1>Installation</h1>
1616
</div>
1717
</div>
1818
<div class="row">

0 commit comments

Comments
 (0)