We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0a56e commit f599ff2Copy full SHA for f599ff2
css/codeception.css
@@ -1448,12 +1448,7 @@ body #footer .links {
1448
margin-bottom: 1em;
1449
}
1450
1451
-.well {
1452
- display: flex;
1453
- align-items: center;
1454
-}
1455
-
1456
-.well .btn {
+.well-custom .btn {
1457
margin-left: 20px;
1458
1459
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">
+ <div class="well well-custom">
19
<h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
20
steps.
21
</h4>
0 commit comments