fixed buy-sell page; fixed budget page

This commit is contained in:
VitaliyTr 2017-02-22 17:44:59 +07:00
parent 14639ad667
commit 0f020ce4e3
4 changed files with 16 additions and 21 deletions

View file

@ -11,13 +11,13 @@
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.budget.hero-heading %}</h1>
<p class="hero__lead">{% t pages.budget.hero-text %}</p>
<h1 class="hero__title">{% t pages.buy.hero-heading %}</h1>
<p class="hero__lead">{% t pages.buy.hero-text %}</p>
<div class="hero__buttons">
<a href="#" class="btn-white-solid">{% t pages.budget.hero-how-to-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.budget.hero-guide-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.budget.hero-pools-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.buy.buy-fiat-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.buy.buy-crypto-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.buy.full-list %}</a>
</div>
</div>