fix: match height of other products Change-Id: Ib9bdafd8596c39f607b9d682352f8115207d3587
diff --git a/content/en_index.php b/content/en_index.php index 5528583..24457a8 100644 --- a/content/en_index.php +++ b/content/en_index.php
@@ -56,7 +56,7 @@ <section class="other-products-section container margin-bottom-40"> <div class="row"> - <div class="col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-0 match-item-height"> + <div class="col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-0 match-height-item-by-row"> <div class="card card-bordered text-center margin-bottom-40"> <div class="card-logo margin-x-auto margin-bottom-20"> <img src="assets/public/images/logo-che.png?version=2" alt="Eclipse Che" /> @@ -71,7 +71,7 @@ </div> </div> - <div class="col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-0 match-item-height margin-bottom-40"> + <div class="col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-0 match-height-item-by-row margin-bottom-40"> <div class="card card-bordered text-center"> <div class="card-logo margin-x-auto margin-bottom-20"> <img src="assets/public/images/logo-theia.png?version=2" alt="Eclipse Theia" /> @@ -86,9 +86,9 @@ </div> </div> - <div class="col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-0 match-item-height margin-bottom-40"> + <div class="col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-0 match-height-item-by-row margin-bottom-40"> <div class="card card-bordered text-center"> - <div class="card-logo margin-auto margin-bottom-20"> + <div class="card-logo margin-x-auto margin-bottom-20"> <img src="assets/public/images/logo-jetty.png" alt="Eclipse Jetty" /> </div> <div class="card-content"> @@ -101,7 +101,7 @@ </div> </div> - <div class="col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-0 match-item-height margin-bottom-40"> + <div class="col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-0 match-height-item-by-row margin-bottom-40"> <div class="card card-bordered text-center"> <div class="card-logo margin-x-auto margin-bottom-20"> <img src="assets/public/images/logo-glassfish.png" alt="Eclipse GlassFish" />