Skip to content

Commit f599ff2

Browse files
committed
fix well block
1 parent 2c0a56e commit f599ff2

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

css/codeception.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,12 +1448,7 @@ body #footer .links {
14481448
margin-bottom: 1em;
14491449
}
14501450

1451-
.well {
1452-
display: flex;
1453-
align-items: center;
1454-
}
1455-
1456-
.well .btn {
1451+
.well-custom .btn {
14571452
margin-left: 20px;
14581453
}
14591454

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">
18+
<div class="well well-custom">
1919
<h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
2020
steps.
2121
</h4>

0 commit comments

Comments
 (0)