Skip to content

Commit 5a57fa5

Browse files
committed
install page update
1 parent f599ff2 commit 5a57fa5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

css/codeception.css

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

14551455
.well-custom {
14561456
flex-direction: column;
1457+
}
1458+
1459+
.well-custom-row {
1460+
display: flex;
1461+
align-items: center;
14571462
}

install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Installation</h1>
1515
</div>
1616
<div class="row">
1717
<div class="col-sm-8 col-lg-8">
18-
<div class="well well-custom">
18+
<div class="well well-custom-row">
1919
<h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
2020
steps.
2121
</h4>

0 commit comments

Comments
 (0)