diff --git a/src/templates/page.scss b/src/templates/page.scss index b60d615..cc4998d 100644 --- a/src/templates/page.scss +++ b/src/templates/page.scss @@ -721,7 +721,7 @@ table{ .leadin-preview-wrapper { h4 { @apply font-bold; - font-size: 1.6rem; + font-size: 16px; line-height: normal; color: #000000 !important; margin: 0 auto; @@ -736,12 +736,11 @@ table{ } .leadin-button { @apply font-bold text-center; - font-size: 1.4rem; + font-size: 14px; color: #fff !important; border-radius: 3px; background-color: #191919 !important; font-style: normal; - height: 2.7rem; } } }