提交 6bd04b7b 编写于 作者: C codecalm

pricing cards fixes

上级 f0491a91
......@@ -7,7 +7,7 @@
<div class="card-body text-center">
<div class="text-uppercase text-muted">{{ include.category | default: 'Enterprise' }}</div>
<div class="h1 my-4">${{ include.price | default: '79' }}</div>
<div class="h1 my-3">${{ include.price | default: '79' }}</div>
<ul class="list-unstyled lh-lg">
<li><strong>{{ include.users | default: 10 }}</strong> Users</li>
......@@ -23,7 +23,7 @@
{% endfor %}
</ul>
<div class="text-center mt-6">
<div class="text-center mt-4">
<a href="#" class="btn btn-{{ include.featured-color | default: 'secondary' }} btn-block">Choose plan</a>
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册