We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f599ff2 commit 5a57fa5Copy full SHA for 5a57fa5
css/codeception.css
@@ -1454,4 +1454,9 @@ body #footer .links {
1454
1455
.well-custom {
1456
flex-direction: column;
1457
+}
1458
+
1459
+.well-custom-row {
1460
+ display: flex;
1461
+ align-items: center;
1462
}
install.html
@@ -15,7 +15,7 @@ <h1>Installation</h1>
15
</div>
16
<div class="row">
17
<div class="col-sm-8 col-lg-8">
18
- <div class="well well-custom">
+ <div class="well well-custom-row">
19
<h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
20
steps.
21
</h4>
0 commit comments