diff --git a/currency/index.html b/currency/index.html index 1c42485..58c48c3 100644 --- a/currency/index.html +++ b/currency/index.html @@ -6,11 +6,11 @@ description: pages.currency.description {% include hero/currency.html %} -
+
-
-

{% t pages.currency.markets-heading %}

-

+

+

{% t pages.currency.markets-heading %}

+

Compare Sites

@@ -33,9 +33,9 @@ description: pages.currency.description
-
-

{% t pages.currency.governance-heading %}

-

+

+

{% t pages.currency.governance-heading %}

+

Governance Tools

@@ -61,10 +61,10 @@ description: pages.currency.description
-
-

{% t pages.currency.network-heading %}

+
+

{% t pages.currency.network-heading %}

-

+

Masternode Info

@@ -81,9 +81,9 @@ description: pages.currency.description

-
-

{% t pages.currency.blockchain-heading %}

-

+

+

{% t pages.currency.blockchain-heading %}

+

Block Explorers

diff --git a/src/scss/_section.scss b/src/scss/_section.scss index dbb5ab7..5ab0741 100644 --- a/src/scss/_section.scss +++ b/src/scss/_section.scss @@ -108,6 +108,20 @@ $m: 'section'; } } + &--currency { + .#{$m} { + &__title { + @include font-title-xlarge(); + margin-bottom: 10px; + } + &__lead { + @include font-lead(); + color: $color-gray-dark; + margin-bottom: 20px; + } + } + } + &--post { .#{$m} { &__sidebar { diff --git a/src/scss/pages/_currency.scss b/src/scss/pages/_currency.scss index 7fa52bb..895785e 100644 --- a/src/scss/pages/_currency.scss +++ b/src/scss/pages/_currency.scss @@ -1,5 +1,8 @@ .page--currency > section { - margin: 40px 0; + // margin: 40px 0; +} +.page--currency { + margin-top: 40px; } .page--currency table#budgets {