Add mobile CTA padding and reduce title size
This commit is contained in:
12
css/ncue.css
12
css/ncue.css
@@ -339,21 +339,21 @@ section.callaction.callaction-home .row{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
section.callaction.callaction-home .big-cta{
|
||||
margin-top: 8px;
|
||||
margin-top: 10px;
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
section.callaction.callaction-home .big-cta .cta-text{
|
||||
/* Use a consistent spacing rhythm instead of per-paragraph inline margins */
|
||||
padding: 28px 20px 22px;
|
||||
padding: 34px 22px 28px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
gap: 18px;
|
||||
}
|
||||
section.callaction.callaction-home .big-cta .cta-text h2{
|
||||
margin: 0;
|
||||
font-size: 30px;
|
||||
line-height: 1.18;
|
||||
font-size: 26px;
|
||||
line-height: 1.22;
|
||||
letter-spacing: -0.8px;
|
||||
text-align: center;
|
||||
max-width: 22ch;
|
||||
@@ -371,7 +371,7 @@ section.callaction.callaction-home .row{
|
||||
padding-top: 2px;
|
||||
}
|
||||
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;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user