Skip to content

Commit e2b6e65

Browse files
committed
modularize and simplify further
1 parent 9591bef commit e2b6e65

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@
44
permalink: /
55
---
66

7-
<section class="border-b px-4 py-4 md:px-6 md:py-5">
7+
<section class="px-4 py-4 md:px-6 md:py-5">
8+
89
<!-- kicker -->
9-
<div class="mb-3 flex flex-wrap gap-x-6 gap-y-2 font-mono text-[0.68rem] uppercase tracking-[0.13em] text-red-600">
10+
<div class="mb-3 flex flex-wrap gap-x-6 gap-y-2 font-mono text-xs uppercase tracking-wider text-red-600">
1011
<span>Lab Notes</span>
1112
<span>Vol. I</span>
1213
</div>
1314

1415
<!-- headline -->
15-
<h1 class="m-0 font-sans font-black uppercase leading-[0.92] tracking-[-0.04em] text-black text-[clamp(3rem,9vw,8rem)]">
16-
<span class="block">Lab</span>
17-
<span class="block text-black/25">Notes.</span>
18-
</h1>
16+
<h1 class="font-sans text-5xl font-black uppercase leading-none md:text-7xl">
17+
<span class="block">Lab</span>
18+
<span class="block text-black/25">Notes.</span>
19+
</h1>
1920

2021
<!-- strip -->
21-
<div class="mt-4 grid grid-cols-1 gap-x-4 border-t py-3 md:grid-cols-3">
22+
<div class="mt-4 grid grid-cols-1 gap-x-4 py-3 md:grid-cols-3">
2223
<div class="font-mono text-[0.72rem] leading-[1.75] text-left">
2324
<span class="mb-[0.15rem] block uppercase tracking-[0.1em] text-red-600">
2425
Focus
@@ -43,10 +44,10 @@ <h1 class="m-0 font-sans font-black uppercase leading-[0.92] tracking-[-0.04em]
4344
</div>
4445
</section>
4546

46-
<section class="border-b">
47+
<section class="">
4748

4849
<!-- header -->
49-
<div class="flex items-baseline justify-between gap-4 border-b px-4 py-3 md:px-6">
50+
<div class="flex items-baseline justify-between gap-4 px-4 py-3 md:px-6">
5051
<span class="font-mono text-[0.68rem] uppercase tracking-[0.12em] text-gray-500">
5152
Recent notes
5253
</span>
@@ -61,7 +62,7 @@ <h1 class="m-0 font-sans font-black uppercase leading-[0.92] tracking-[-0.04em]
6162
<div class="grid grid-cols-1 md:grid-cols-3">
6263

6364
{% for post in items limit:6 %}
64-
<article class="min-h-[17rem] border-b border-black/10 px-4 py-5 md:border-r md:px-6">
65+
<article class="min-h-[17rem] border-black/10 px-4 py-5 md:border-r md:px-6">
6566

6667
<!-- meta -->
6768
<div class="mb-3 flex flex-wrap gap-x-3 gap-y-1 font-mono text-[0.66rem] leading-[1.65] text-gray-500">

0 commit comments

Comments
 (0)