Merge pull request #2101 from coreos-inc/plans-page-bug
Fix HTML and CSS bugs on plans page
This commit is contained in:
commit
6de039dc97
2 changed files with 97 additions and 103 deletions
|
@ -146,8 +146,6 @@
|
|||
|
||||
.co-p-quay-enterprise-faq {
|
||||
background: #fff;
|
||||
padding: 60px 0 40px 0;
|
||||
border-top: 1px solid #ddd
|
||||
}
|
||||
|
||||
.co-p-quay-enterprise-plans {
|
||||
|
|
|
@ -404,7 +404,6 @@
|
|||
<div class="co-p-quay-diagram-caption co-m-text-light">Highly available installation with geo-replication</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-wrap">
|
||||
<div class="co-p-quay-enterprise-top-cta">
|
||||
<div class="co-p-quay-enterprise-top-cta-text">Ready to try Quay Enterprise?</div>
|
||||
|
@ -419,10 +418,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="co-p-quay-enterprise-faq plans-panel">
|
||||
<div class="co-p-quay-enterprise-faq">
|
||||
<!-- FAQ and features -->
|
||||
<div class="container">
|
||||
<div class="faq-features">
|
||||
<div class="row-container-no-margin">
|
||||
<div class="row">
|
||||
|
@ -520,7 +517,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Modal message dialog -->
|
||||
|
|
Reference in a new issue