We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5acfe commit a506653Copy full SHA for a506653
css/codeception.css
@@ -1464,4 +1464,9 @@ body #footer .links {
1464
1465
.well-custom-row .btn {
1466
font-size: 16px;
1467
+}
1468
+
1469
+.intro-block {
1470
+ display: flex;
1471
+ justify-content: space-between;
1472
}
install.html
@@ -3,16 +3,16 @@
3
title: Codeception Installation
4
---
5
<div class="container">
6
- <div class="page-header clearfix">
+ <div class="page-header">
7
<div class="intro-block">
8
+ <h1>Installation</h1>
9
<div class="pull-right well well-custom">
10
<h4>Requirements</h4>
11
<strong>
12
<div>PHP 5.6+</div>
13
<div>CURL enabled</div>
14
</strong>
15
</div>
- <h1>Installation</h1>
16
17
18
<div class="row">
0 commit comments