Fix font size
Lint / lint (push) Successful in 26s

This commit is contained in:
Julien Valverdé
2026-07-27 07:28:52 +02:00
parent 1f0e93564a
commit 1367acbfc6
+32 -32
View File
@@ -83,7 +83,7 @@ button:hover {
.site-shell { .site-shell {
display: grid; display: grid;
grid-template-columns: 210px minmax(0, 1fr); grid-template-columns: 220px minmax(0, 1fr);
width: min(100%, 1240px); width: min(100%, 1240px);
margin: 0 auto; margin: 0 auto;
border: var(--line); border: var(--line);
@@ -108,7 +108,7 @@ button:hover {
gap: 12px; gap: 12px;
padding: 18px; padding: 18px;
border-bottom: var(--line); border-bottom: var(--line);
font-size: 11px; font-size: 12px;
font-weight: 800; font-weight: 800;
line-height: 1.05; line-height: 1.05;
text-transform: uppercase; text-transform: uppercase;
@@ -133,7 +133,7 @@ button:hover {
.site-rail nav p { .site-rail nav p {
margin: 0 18px 10px; margin: 0 18px 10px;
color: var(--muted); color: var(--muted);
font-size: 10px; font-size: 11px;
font-weight: 700; font-weight: 700;
letter-spacing: 0.14em; letter-spacing: 0.14em;
text-transform: uppercase; text-transform: uppercase;
@@ -143,10 +143,10 @@ button:hover {
display: grid; display: grid;
grid-template-columns: 28px 1fr; grid-template-columns: 28px 1fr;
align-items: center; align-items: center;
min-height: 40px; min-height: 42px;
padding: 0 18px; padding: 0 18px;
border-block: 1px solid transparent; border-block: 1px solid transparent;
font-size: 11px; font-size: 12px;
font-weight: 700; font-weight: 700;
text-transform: uppercase; text-transform: uppercase;
} }
@@ -154,7 +154,7 @@ button:hover {
.site-rail nav a span { .site-rail nav a span {
color: var(--muted); color: var(--muted);
font-family: "Pixelated MS Sans Serif", monospace; font-family: "Pixelated MS Sans Serif", monospace;
font-size: 10px; font-size: 11px;
} }
.site-rail nav a:hover { .site-rail nav a:hover {
@@ -175,7 +175,7 @@ button:hover {
margin-top: auto; margin-top: auto;
padding: 18px; padding: 18px;
border-top: var(--line); border-top: var(--line);
font-size: 10px; font-size: 11px;
font-weight: 700; font-weight: 700;
line-height: 1.35; line-height: 1.35;
text-transform: uppercase; text-transform: uppercase;
@@ -185,7 +185,7 @@ button:hover {
display: block; display: block;
margin: 6px 0 0 13px; margin: 6px 0 0 13px;
color: var(--muted); color: var(--muted);
font-size: 9px; font-size: 10px;
font-weight: 600; font-weight: 600;
} }
@@ -215,7 +215,7 @@ button:hover {
border-bottom: var(--line); border-bottom: var(--line);
background: rgb(233 233 228 / 94%); background: rgb(233 233 228 / 94%);
backdrop-filter: blur(8px); backdrop-filter: blur(8px);
font-size: 10px; font-size: 11px;
font-weight: 700; font-weight: 700;
letter-spacing: 0.06em; letter-spacing: 0.06em;
text-transform: uppercase; text-transform: uppercase;
@@ -253,7 +253,7 @@ button:hover {
.hero__kicker, .hero__kicker,
.section-heading__eyebrow { .section-heading__eyebrow {
margin: 0; margin: 0;
font-size: 10px; font-size: 11px;
font-weight: 700; font-weight: 700;
letter-spacing: 0.12em; letter-spacing: 0.12em;
text-transform: uppercase; text-transform: uppercase;
@@ -278,21 +278,21 @@ button:hover {
.hero__summary { .hero__summary {
max-width: 590px; max-width: 590px;
margin: 0 0 30px; margin: 0 0 30px;
font-size: 16px; font-size: 17px;
font-weight: 500; font-weight: 500;
line-height: 1.45; line-height: 1.45;
} }
.brutal-button { .brutal-button {
display: inline-flex; display: inline-flex;
min-height: 44px; min-height: 46px;
align-items: center; align-items: center;
gap: 10px; gap: 10px;
padding: 0 15px; padding: 0 15px;
border: var(--line); border: var(--line);
background: var(--white); background: var(--white);
box-shadow: 4px 4px 0 var(--ink); box-shadow: 4px 4px 0 var(--ink);
font-size: 10px; font-size: 11px;
font-weight: 700; font-weight: 700;
text-transform: uppercase; text-transform: uppercase;
transition: transform 120ms ease, box-shadow 120ms ease; transition: transform 120ms ease, box-shadow 120ms ease;
@@ -439,9 +439,9 @@ button:hover {
} }
.capability-strip li { .capability-strip li {
padding: 11px 15px; padding: 12px 16px;
border-right: 1px solid #555; border-right: 1px solid #555;
font-size: 9px; font-size: 10px;
font-weight: 700; font-weight: 700;
letter-spacing: 0.1em; letter-spacing: 0.1em;
text-transform: uppercase; text-transform: uppercase;
@@ -485,7 +485,7 @@ button:hover {
.section-heading__body > p { .section-heading__body > p {
max-width: 320px; max-width: 320px;
margin: 0; margin: 0;
font-size: 13px; font-size: 15px;
line-height: 1.45; line-height: 1.45;
} }
@@ -504,10 +504,10 @@ button:hover {
.project-card { .project-card {
position: relative; position: relative;
display: flex; display: flex;
min-height: 330px; min-height: 350px;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
padding: 20px; padding: 22px;
border: var(--line); border: var(--line);
background: var(--white); background: var(--white);
box-shadow: 4px 4px 0 var(--ink); box-shadow: 4px 4px 0 var(--ink);
@@ -537,7 +537,7 @@ button:hover {
gap: 14px; gap: 14px;
padding-bottom: 10px; padding-bottom: 10px;
border-bottom: 1px solid currentColor; border-bottom: 1px solid currentColor;
font-size: 8px; font-size: 10px;
font-weight: 700; font-weight: 700;
letter-spacing: 0.08em; letter-spacing: 0.08em;
text-transform: uppercase; text-transform: uppercase;
@@ -549,7 +549,7 @@ button:hover {
.project-card h3 { .project-card h3 {
margin: 0 0 16px; margin: 0 0 16px;
font-size: clamp(30px, 3.4vw, 46px); font-size: clamp(32px, 3.5vw, 48px);
font-weight: 800; font-weight: 800;
letter-spacing: -0.065em; letter-spacing: -0.065em;
line-height: 0.9; line-height: 0.9;
@@ -557,7 +557,7 @@ button:hover {
.project-card__body p { .project-card__body p {
margin: 0; margin: 0;
font-size: 12px; font-size: 14px;
line-height: 1.5; line-height: 1.5;
} }
@@ -578,9 +578,9 @@ button:hover {
} }
.tag-list li { .tag-list li {
padding: 4px 6px; padding: 5px 7px;
border: 1px solid currentColor; border: 1px solid currentColor;
font-size: 7px; font-size: 9px;
font-weight: 700; font-weight: 700;
text-transform: uppercase; text-transform: uppercase;
} }
@@ -591,7 +591,7 @@ button:hover {
flex: 0 0 auto; flex: 0 0 auto;
align-items: center; align-items: center;
gap: 5px; gap: 5px;
font-size: 8px; font-size: 10px;
font-weight: 700; font-weight: 700;
text-transform: uppercase; text-transform: uppercase;
} }
@@ -610,7 +610,7 @@ button:hover {
} }
.upcoming-section .project-card { .upcoming-section .project-card {
min-height: 280px; min-height: 300px;
} }
.about-section { .about-section {
@@ -626,7 +626,7 @@ button:hover {
padding: 28px 22px; padding: 28px 22px;
background: var(--ink); background: var(--ink);
color: var(--white); color: var(--white);
font-size: 10px; font-size: 11px;
font-weight: 700; font-weight: 700;
text-transform: uppercase; text-transform: uppercase;
} }
@@ -661,7 +661,7 @@ button:hover {
margin: 0; margin: 0;
padding-top: 12px; padding-top: 12px;
border-top: var(--line); border-top: var(--line);
font-size: 13px; font-size: 15px;
line-height: 1.55; line-height: 1.55;
} }
@@ -684,7 +684,7 @@ button:hover {
padding: 18px; padding: 18px;
border: var(--line); border: var(--line);
box-shadow: 3px 3px 0 var(--ink); box-shadow: 3px 3px 0 var(--ink);
font-size: clamp(13px, 1.7vw, 18px); font-size: clamp(15px, 1.7vw, 19px);
font-weight: 700; font-weight: 700;
} }
@@ -706,7 +706,7 @@ button:hover {
.repo-links small { .repo-links small {
display: block; display: block;
margin-bottom: 2px; margin-bottom: 2px;
font-size: 8px; font-size: 10px;
font-weight: 600; font-weight: 600;
letter-spacing: 0.08em; letter-spacing: 0.08em;
text-transform: uppercase; text-transform: uppercase;
@@ -738,7 +738,7 @@ button:hover {
flex-direction: column; flex-direction: column;
gap: 8px; gap: 8px;
align-items: flex-end; align-items: flex-end;
font-size: 9px; font-size: 11px;
font-weight: 700; font-weight: 700;
text-transform: uppercase; text-transform: uppercase;
} }
@@ -822,11 +822,11 @@ button:hover {
.site-rail nav a { .site-rail nav a {
display: block; display: block;
min-width: max-content; min-width: max-content;
min-height: 42px; min-height: 44px;
padding: 14px 13px 0; padding: 14px 13px 0;
border: 0; border: 0;
border-right: 1px solid var(--ink); border-right: 1px solid var(--ink);
font-size: 9px; font-size: 10px;
} }
.hero { .hero {