Skip to content

Commit dc6f9f7

Browse files
committed
[conf] Field list do not break line
1 parent aae6c5f commit dc6f9f7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

static/shibuya-custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@
1515
align-items: center;
1616
}
1717

18+
/* Field list: Do not break line */
19+
dl.field-list {
20+
display: grid;
21+
grid-template-columns: fit-content(30%) auto;
22+
}
23+
1824
/****************
1925
* ABlog compat *
2026
****************/
2127

2228
/* Keep same font style with toctree */
2329
ul.postlist-style-disc > li > p > a {
24-
font-size: 1rem;
30+
font-size: 1rem;
2531
border-bottom: none !important;
2632
}

0 commit comments

Comments
 (0)