Pricing CTA tweak -- some more type scale tweaks

This commit is contained in:
kitajchuk
2021-04-08 17:26:59 -07:00
parent a951d4cb8d
commit e32bf215dc
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ function Tiers({ data }) {
})}
</div>
<div className="wrap tiers__cta">
<P>{data.text}</P>
<H6>{data.text}</H6>
<Button href={`${data.url}?subject=Additional Services Support`} target="_blank" style="pill" subStyle="jambonz">
<Icon name={data.icon} />
<span>{data.cta}</span>
+1
View File
@@ -26,6 +26,7 @@
font-size: $m-size;
}
// @note: Consideration on stopping type reduction here
@media (max-width: $width-mobile) {
font-size: $ms-size;
}
+8 -7
View File
@@ -161,9 +161,10 @@ em {
font-size: $p-size;
}
@media (max-width: $width-mobile) {
font-size: $m-size;
}
// @note: Consideration on stopping type reduction here
// @media (max-width: $width-mobile) {
// font-size: $m-size;
// }
}
.h6, h6 {
@@ -194,10 +195,10 @@ em {
font-size: $m-size;
line-height: 1.9;
// @note: Consideration on stopping type reduction here
// @media (max-width: $width-tablet-1) {
// font-size: $ms-size;
// }
// @note: Consideration on stopping type reduction here?
@media (max-width: $width-tablet-1) {
font-size: $ms-size;
}
}
.ms {