Skip to content

Commit 6094055

Browse files
committed
category-slugs: Use fluid space scale
1 parent 704b58c commit 6094055

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

app/styles/category-slugs.module.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
.list {
22
background-color: white;
3-
padding: 20px 20px 0;
4-
margin: 0;
3+
border-radius: var(--space-3xs);
4+
box-shadow: 0 1px 3px hsla(51, 90%, 42%, .35);
5+
margin-bottom: var(--space-s);
56

67
dt {
7-
margin-bottom: 5px;
8+
padding: var(--space-s);
9+
padding-bottom: var(--space-2xs);
10+
font-family: var(--font-monospace);
811
font-weight: bold;
912
}
1013

1114
dd {
12-
margin-bottom: 20px;
15+
margin: 0 var(--space-s) var(--space-s);
16+
}
17+
18+
> * + dt {
19+
border-top: 1px solid hsla(51, 90%, 42%, .25);
1320
}
1421
}

0 commit comments

Comments
 (0)