Add thermals to 'Why' label
Fix profile tab spacing
Add arrows to profile sides scroller
This commit is contained in:
fraxle
2026-06-05 11:34:17 +01:00
parent 572574ae6a
commit 14a4b4623a
4 changed files with 49 additions and 4 deletions
+16 -2
View File
@@ -1265,7 +1265,7 @@
padding: 12px 16px;
}
/* Section heading - "WHY IT FEELS LIKE THIS" */
/* Section heading - "WHY IT FEELS" */
.insight-panel-title {
font-family: Manrope, sans-serif;
font-size: 10px;
@@ -1274,7 +1274,21 @@
letter-spacing: 0.1em;
color: #b09870;
margin-bottom: 10px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
}
.insight-thermal-cat {
display: inline-block;
padding: 2px 7px;
border-radius: 3px;
font-size: 9px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
line-height: 1.5;
}
/* Each factor row */