Add mobile CTA padding and reduce title size
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
<link href="skins/default.css" rel="stylesheet" />
|
<link href="skins/default.css" rel="stylesheet" />
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
<link href="skins/default.css" rel="stylesheet" />
|
<link href="skins/default.css" rel="stylesheet" />
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
|
|||||||
12
css/ncue.css
12
css/ncue.css
@@ -339,21 +339,21 @@ section.callaction.callaction-home .row{
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
section.callaction.callaction-home .big-cta{
|
section.callaction.callaction-home .big-cta{
|
||||||
margin-top: 8px;
|
margin-top: 10px;
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px;
|
||||||
}
|
}
|
||||||
section.callaction.callaction-home .big-cta .cta-text{
|
section.callaction.callaction-home .big-cta .cta-text{
|
||||||
/* Use a consistent spacing rhythm instead of per-paragraph inline margins */
|
/* Use a consistent spacing rhythm instead of per-paragraph inline margins */
|
||||||
padding: 28px 20px 22px;
|
padding: 34px 22px 28px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 16px;
|
gap: 18px;
|
||||||
}
|
}
|
||||||
section.callaction.callaction-home .big-cta .cta-text h2{
|
section.callaction.callaction-home .big-cta .cta-text h2{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 30px;
|
font-size: 26px;
|
||||||
line-height: 1.18;
|
line-height: 1.22;
|
||||||
letter-spacing: -0.8px;
|
letter-spacing: -0.8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 22ch;
|
max-width: 22ch;
|
||||||
@@ -371,7 +371,7 @@ section.callaction.callaction-home .row{
|
|||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
section.callaction.callaction-home .big-cta .cta-text p:last-of-type{
|
section.callaction.callaction-home .big-cta .cta-text p:last-of-type{
|
||||||
margin: 6px 0 0 !important;
|
margin: 10px 0 0 !important;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css?v=20260103-1" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
<link href="skins/default.css" rel="stylesheet" />
|
<link href="skins/default.css" rel="stylesheet" />
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" />
|
<link href="css/flexslider.css" rel="stylesheet" />
|
||||||
<link href="css/style.css" rel="stylesheet" />
|
<link href="css/style.css" rel="stylesheet" />
|
||||||
<link href="css/ncue.css" rel="stylesheet" />
|
<link href="css/ncue.css?v=20260103-2" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Theme skin -->
|
<!-- Theme skin -->
|
||||||
|
|||||||
Reference in New Issue
Block a user