Skip to content

Commit d0a38e4

Browse files
Copilotbrunoborges
andcommitted
Fix horizontal alignment of "Show:" label with filter pills
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent ff48928 commit d0a38e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,17 @@ nav {
349349
flex-wrap: wrap;
350350
gap: 8px;
351351
justify-content: center;
352+
align-items: center;
352353
margin-bottom: 40px;
353354
}
354355

356+
.filter-label {
357+
font-size: 0.82rem;
358+
font-weight: 500;
359+
color: var(--text-muted);
360+
padding: 7px 8px 7px 0;
361+
}
362+
355363
.filter-pill {
356364
padding: 7px 16px;
357365
border-radius: 999px;

0 commit comments

Comments
 (0)