File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1446,4 +1446,13 @@ body #footer .links {
14461446.panel p {
14471447 margin-top : 1em ;
14481448 margin-bottom : 1em ;
1449+ }
1450+
1451+ .well {
1452+ display : flex;
1453+ align-items : center;
1454+ }
1455+
1456+ .well .btn {
1457+ margin-left : 20px ;
14491458}
Original file line number Diff line number Diff line change @@ -16,13 +16,10 @@ <h1>Installation</h1>
1616 < div class ="row ">
1717 < div class ="col-sm-8 col-lg-8 ">
1818 < div class ="well ">
19- < div class ="pull-right ">
20-
21- < a class ="btn btn-lg btn-warning " href ="/quickstart "> QuickStart Guide →</ a >
22- </ div >
2319 < h4 > Follow QuickStart Guide to Install and execute your first test in 6 easy
2420 steps.
2521 </ h4 >
22+ < a class ="btn btn-lg btn-warning " href ="/quickstart "> QuickStart Guide →</ a >
2623 </ div >
2724 </ div >
2825 </ div >
You can’t perform that action at this time.
0 commit comments