Fix mobile CTA spacing (cache bust)

This commit is contained in:
dsyoon
2026-01-03 17:16:07 +09:00
parent c61ed21dd2
commit 3647dce539
2 changed files with 12 additions and 7 deletions

View File

@@ -344,15 +344,15 @@ section.callaction.callaction-home .row{
} }
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: 22px 18px 18px; padding: 28px 20px 22px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
gap: 12px; gap: 16px;
} }
section.callaction.callaction-home .big-cta .cta-text h2{ section.callaction.callaction-home .big-cta .cta-text h2{
margin: 0; margin: 0;
font-size: 28px; font-size: 30px;
line-height: 1.18; line-height: 1.18;
letter-spacing: -0.8px; letter-spacing: -0.8px;
text-align: center; text-align: center;
@@ -360,23 +360,28 @@ section.callaction.callaction-home .row{
} }
section.callaction.callaction-home .big-cta .cta-text p{ section.callaction.callaction-home .big-cta .cta-text p{
margin: 0 !important; /* override inline styles in index.html */ margin: 0 !important; /* override inline styles in index.html */
line-height: 1.7; font-size: 15px;
line-height: 1.8;
text-align: center; text-align: center;
color: rgba(15, 23, 42, 0.86); color: rgba(15, 23, 42, 0.86);
max-width: 38ch; 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{ section.callaction.callaction-home .big-cta .cta-text p:last-of-type{
margin: 6px 0 0 !important; margin: 6px 0 0 !important;
max-width: none; max-width: none;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 10px; gap: 12px;
justify-content: center; justify-content: center;
} }
section.callaction.callaction-home .big-cta .cta-text p:last-of-type .btn{ section.callaction.callaction-home .big-cta .cta-text p:last-of-type .btn{
flex: 1 1 140px; flex: 1 1 140px;
max-width: 220px; max-width: 220px;
padding: 12px 14px; padding: 13px 14px;
font-weight: 900; font-weight: 900;
} }
} }

View File

@@ -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-1" rel="stylesheet" />
<!-- Theme skin --> <!-- Theme skin -->
<link href="skins/default.css" rel="stylesheet" /> <link href="skins/default.css" rel="stylesheet" />