From bbf3969525e9c2847743ad20bb167774769c329b Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 23 Nov 2016 10:58:02 +0000 Subject: [PATCH] Match type sizes to prototype --- app/assets/stylesheets/views/product-page.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/views/product-page.scss b/app/assets/stylesheets/views/product-page.scss index 1b4eafc1c..afe3b8b89 100644 --- a/app/assets/stylesheets/views/product-page.scss +++ b/app/assets/stylesheets/views/product-page.scss @@ -12,21 +12,22 @@ } h1 { - @include bold-36; + @include bold-48; + margin: 0 0 $gutter 0; } p { + @include core-24; margin: $gutter-half 0 $gutter; } .button-container { - line-height: 35px; + line-height: 45px; } .button { - @include button($white); - color: $govuk-blue; + background: $white; margin-right: 5px; &:link,