Fix mobile CTA spacing (cache bust)
This commit is contained in:
17
css/ncue.css
17
css/ncue.css
@@ -344,15 +344,15 @@ section.callaction.callaction-home .row{
|
||||
}
|
||||
section.callaction.callaction-home .big-cta .cta-text{
|
||||
/* Use a consistent spacing rhythm instead of per-paragraph inline margins */
|
||||
padding: 22px 18px 18px;
|
||||
padding: 28px 20px 22px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
gap: 16px;
|
||||
}
|
||||
section.callaction.callaction-home .big-cta .cta-text h2{
|
||||
margin: 0;
|
||||
font-size: 28px;
|
||||
font-size: 30px;
|
||||
line-height: 1.18;
|
||||
letter-spacing: -0.8px;
|
||||
text-align: center;
|
||||
@@ -360,23 +360,28 @@ section.callaction.callaction-home .row{
|
||||
}
|
||||
section.callaction.callaction-home .big-cta .cta-text p{
|
||||
margin: 0 !important; /* override inline styles in index.html */
|
||||
line-height: 1.7;
|
||||
font-size: 15px;
|
||||
line-height: 1.8;
|
||||
text-align: center;
|
||||
color: rgba(15, 23, 42, 0.86);
|
||||
max-width: 38ch;
|
||||
}
|
||||
/* Slight visual separation between the two description lines */
|
||||
section.callaction.callaction-home .big-cta .cta-text p + p{
|
||||
padding-top: 2px;
|
||||
}
|
||||
section.callaction.callaction-home .big-cta .cta-text p:last-of-type{
|
||||
margin: 6px 0 0 !important;
|
||||
max-width: none;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
gap: 12px;
|
||||
justify-content: center;
|
||||
}
|
||||
section.callaction.callaction-home .big-cta .cta-text p:last-of-type .btn{
|
||||
flex: 1 1 140px;
|
||||
max-width: 220px;
|
||||
padding: 12px 14px;
|
||||
padding: 13px 14px;
|
||||
font-weight: 900;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link href="css/jcarousel.css" rel="stylesheet" />
|
||||
<link href="css/flexslider.css" rel="stylesheet" />
|
||||
<link href="css/style.css" rel="stylesheet" />
|
||||
<link href="css/ncue.css" rel="stylesheet" />
|
||||
<link href="css/ncue.css?v=20260103-1" rel="stylesheet" />
|
||||
|
||||
<!-- Theme skin -->
|
||||
<link href="skins/default.css" rel="stylesheet" />
|
||||
|
||||
Reference in New Issue
Block a user