From a873499b9749d4c3c358d49399ee124f9c3f8a20 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 4 Aug 2021 11:26:31 +0200 Subject: [PATCH] Decrease title font size on checkout to match specifications --- app/assets/stylesheets/darkswarm/split-checkout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/split-checkout.scss b/app/assets/stylesheets/darkswarm/split-checkout.scss index c9b0dd533d..5a17769322 100644 --- a/app/assets/stylesheets/darkswarm/split-checkout.scss +++ b/app/assets/stylesheets/darkswarm/split-checkout.scss @@ -62,7 +62,7 @@ } .checkout-title { - font-size: 1.1rem; + font-size: 1.06rem; @include headingFont; font-weight: $font-weight-bold; text-decoration: underline;