mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
fixed styles
This commit is contained in:
parent
0f020ce4e3
commit
5c4acbfd4b
3 changed files with 16 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: pages.woocommerce.title
|
||||
description: pages.woocommerce.description
|
||||
title: pages.budget.title
|
||||
description: pages.budget.description
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: pages.woocommerce.title
|
||||
description: pages.woocommerce.description
|
||||
title: pages.buy.title
|
||||
description: pages.buy.description
|
||||
---
|
||||
|
||||
|
||||
|
@ -21,12 +21,12 @@ description: pages.woocommerce.description
|
|||
<h2 class="section__title">{% t pages.buy.how-heading %}</h2>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.buy.how-fiat %}</h2>
|
||||
<h3>{% t pages.buy.how-fiat %}</h3>
|
||||
<p>{% t pages.buy.how-fiat-text %}</p>
|
||||
<a href="/network" class="btn-blue">{% t pages.buy.how-fiat-btn %}</a>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.buy.how-btc %}</h2>
|
||||
<h3>{% t pages.buy.how-btc %}</h3>
|
||||
<p>{% t pages.buy.how-btc-text %}</p>
|
||||
<a href="" class="btn-blue">{% t pages.buy.how-btc-btn %}</a>
|
||||
</div>
|
||||
|
|
|
@ -460,7 +460,6 @@ a.blog_link {
|
|||
padding-top: 55px;
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
|
||||
.ctabox__image {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -471,3 +470,13 @@ a.blog_link {
|
|||
font-family: $font-family-brand;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
.section__title{
|
||||
font-weight: 300;
|
||||
font-size: 3.35294rem;
|
||||
line-height: 1.2;
|
||||
letter-spacing: -0.015em;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue