Skip to content

Commit 5a46517

Browse files
committed
Fix breadcumb alignment in post-single
fixes: #1732
1 parent 22da2f8 commit 5a46517

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

assets/css/common/post-single.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
font-size: 14px;
2020
display: flex;
2121
flex-wrap: wrap;
22+
align-items: center;
2223
}
2324

2425
.post-meta .i18n_list li {
@@ -124,8 +125,8 @@
124125
padding-inline-start: 10px;
125126
}
126127

127-
.post-content dd ~ dd,
128-
.post-content dt ~ dt {
128+
.post-content dd~dd,
129+
.post-content dt~dt {
129130
margin-top: 10px;
130131
}
131132

@@ -160,7 +161,7 @@
160161
direction: ltr;
161162
}
162163

163-
.post-content li > .highlight {
164+
.post-content li>.highlight {
164165
margin-inline-end: 0;
165166
}
166167

@@ -239,14 +240,14 @@
239240
text-align: center;
240241
}
241242

242-
.post-content figure > figcaption {
243+
.post-content figure>figcaption {
243244
color: var(--primary);
244245
font-size: 16px;
245246
font-weight: bold;
246247
margin: 8px 0 16px;
247248
}
248249

249-
.post-content figure > figcaption > p {
250+
.post-content figure>figcaption>p {
250251
color: var(--secondary);
251252
font-size: 14px;
252253
font-weight: normal;

0 commit comments

Comments
 (0)