@@ -89,29 +89,6 @@ function photoMeta(photo: typeof photographs[number]) {
8989 </div >
9090 </section >
9191
92- <section class =" home-section" >
93- <div class =" shell" >
94- <div class =" home-section__head" >
95- <h2 >Recent series</h2 >
96- </div >
97-
98- <div class =" series-grid" >
99- <article >
100- <p class =" series-grid__title" >Street Motion</p >
101- <p >Taxis · roads · 2024</p >
102- </article >
103- <article >
104- <p class =" series-grid__title" >Cafe Windows</p >
105- <p >Glass · handwritten signs</p >
106- </article >
107- <article >
108- <p class =" series-grid__title" >Quiet Canopies</p >
109- <p >Trees · harbour haze</p >
110- </article >
111- </div >
112- </div >
113- </section >
114-
11592 <section class =" home-section" >
11693 <div class =" shell home-about" >
11794 <h2 >Joey Huang</h2 >
@@ -293,7 +270,6 @@ function photoMeta(photo: typeof photographs[number]) {
293270 }
294271
295272 .selected-card p,
296- .series-grid p,
297273 .home-about p,
298274 .legacy-row p {
299275 color: var(--muted);
@@ -304,27 +280,6 @@ function photoMeta(photo: typeof photographs[number]) {
304280 font-size: 0.92rem;
305281 }
306282
307- .series-grid {
308- display: grid;
309- gap: 1rem;
310- margin-top: 2rem;
311- }
312-
313- .series-grid article {
314- border-top: 1px solid var(--line);
315- padding-top: 1rem;
316- }
317-
318- .series-grid__title {
319- margin: 0;
320- color: var(--text) !important;
321- font-weight: 700;
322- }
323-
324- .series-grid p:last-child {
325- margin: 0.35rem 0 0;
326- }
327-
328283 .home-about {
329284 display: grid;
330285 gap: 1rem;
@@ -382,9 +337,6 @@ function photoMeta(photo: typeof photographs[number]) {
382337 grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.42fr);
383338 }
384339
385- .series-grid {
386- grid-template-columns: repeat(3, minmax(0, 1fr));
387- }
388340 }
389341
390342 @media (max-width: 640px) {
0 commit comments