From 549eeab593367daddb271901f77d673c6b0430d0 Mon Sep 17 00:00:00 2001 From: 0xfff <0xfff@protonmail.com> Date: Sun, 30 Oct 2016 14:28:13 +0100 Subject: [PATCH] =?UTF-8?q?[Update]=C2=A0Sections:=20Increase=20fontsize?= =?UTF-8?q?=20/=20use=20btns=20for=20infogrid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get-dash/index.html | 2 +- src/scss/_info-grid.scss | 2 +- src/scss/_section.scss | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) 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; } }