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