wip: lander updates

This commit is contained in:
David Hill
2025-12-11 00:46:02 +00:00
parent e9d3e240c2
commit f0274fd29f
5 changed files with 44 additions and 11 deletions

View File

@@ -280,7 +280,7 @@ body {
h1 {
font-size: 28px;
color: var(--color-text-strong);
font-weight: 500;
font-weight: 700;
margin-bottom: 16px;
display: block;
@@ -369,7 +369,7 @@ body {
h3 {
font-size: 16px;
font-weight: 500;
font-weight: 700;
color: var(--color-text-strong);
margin-bottom: 12px;
}
@@ -442,7 +442,7 @@ body {
[data-slot="privacy-title"] {
h3 {
font-size: 16px;
font-weight: 500;
font-weight: 700;
color: var(--color-text);
margin-bottom: 12px;
}