Skip to content

Commit 8eab5c5

Browse files
committed
Tighten project tag styling with smaller padding and cleaner appearance
1 parent 58ecd6f commit 8eab5c5

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: CXL Memory Pooling and Disaggregation
2+
title: Memory Disaggregation
33
date: 2024-12-01
44
tags:
55
- CXL
6-
- Memory Systems
7-
- Cloud Infrastructure
86
- Disaggregation
9-
summary: Building memory pooling/disaggregation systems with CXL
7+
- Datacenter
8+
summary: Building efficient memory pooling/disaggregation systems with CXL
109
---
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Operating Systems and Architecture Co-Design
2+
title: Operating Systems
33
date: 2024-10-15
44
tags:
5-
- Operating Systems
6-
- Computer Architecture
7-
- Hardware-Software Co-design
5+
- OS
6+
- Hardware
7+
- Co-design
88
- Performance
99
summary: Rethinking OS abstractions and hardware-software interfaces for modern hardware architectures
10-
---
10+
---

layouts/project/list.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,23 +141,24 @@ <h3 class="project-title">{{ .Title }}</h3>
141141
.project-tags {
142142
display: flex;
143143
flex-wrap: wrap;
144-
gap: 0.35rem;
144+
gap: 0.25rem;
145145
justify-content: center;
146146
margin-top: auto;
147147
}
148148

149149
.tag {
150150
display: inline-block;
151-
background: rgba(134, 31, 65, 0.1);
151+
background: rgba(134, 31, 65, 0.08);
152152
color: var(--vt-maroon);
153-
padding: 0.2rem 0.5rem;
154-
border-radius: 8px;
155-
font-size: 0.65rem;
153+
padding: 0.15rem 0.35rem;
154+
border-radius: 6px;
155+
font-size: 0.6rem;
156156
font-weight: 600;
157157
text-transform: uppercase;
158-
letter-spacing: 0.03em;
159-
border: 1px solid rgba(134, 31, 65, 0.2);
158+
letter-spacing: 0.02em;
159+
border: 1px solid rgba(134, 31, 65, 0.15);
160160
transition: all 0.2s ease;
161+
line-height: 1;
161162
}
162163

163164
.project-card:hover .tag {
@@ -221,8 +222,8 @@ <h3 class="project-title">{{ .Title }}</h3>
221222
}
222223

223224
.tag {
224-
font-size: 0.6rem;
225-
padding: 0.15rem 0.4rem;
225+
font-size: 0.55rem;
226+
padding: 0.1rem 0.3rem;
226227
}
227228
}
228229
</style>

0 commit comments

Comments
 (0)