diff --git a/get-dash/index.html b/get-dash/index.html index 236235b..b761926 100644 --- a/get-dash/index.html +++ b/get-dash/index.html @@ -15,7 +15,7 @@ description: pages.get-dash.description -

Get Dash

+

Shop directly with Dash

Dash can be aquired, held and exchanged in many ways.

diff --git a/src/scss/_info-grid.scss b/src/scss/_info-grid.scss index 6c97d33..4705cc4 100644 --- a/src/scss/_info-grid.scss +++ b/src/scss/_info-grid.scss @@ -48,7 +48,7 @@ $m: 'info-grid'; margin-bottom: 0.5em; } &-link { - display: block; + @extend .btn-blue; margin-bottom: 0.25em; &::after { content: '→'; diff --git a/src/scss/_section.scss b/src/scss/_section.scss index 0b6aa4e..f1d2e69 100644 --- a/src/scss/_section.scss +++ b/src/scss/_section.scss @@ -8,15 +8,14 @@ $m: 'section'; .#{$m} { &__icon { display: inline-block; - margin-bottom: 50px; } &__title { - @include font-claim(); + @include font-title-xxlarge(); margin-bottom: 17px; } &__lead { - @include font-lead(); + @include font-title-xlarge-subline(); color: $color-gray-dark; } }