mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-24 04:52:06 +00:00
Pricing CTA tweak -- some more type scale tweaks
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
font-size: $m-size;
|
||||
}
|
||||
|
||||
// @note: Consideration on stopping type reduction here
|
||||
@media (max-width: $width-mobile) {
|
||||
font-size: $ms-size;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user