Fix breadcumb alignment in post-single

fixes: #1732
This commit is contained in:
Aditya Telange
2025-05-24 10:28:19 +05:30
parent 22da2f8c02
commit 5a4651783f

View File

@ -19,6 +19,7 @@
font-size: 14px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.post-meta .i18n_list li {
@ -124,8 +125,8 @@
padding-inline-start: 10px;
}
.post-content dd ~ dd,
.post-content dt ~ dt {
.post-content dd~dd,
.post-content dt~dt {
margin-top: 10px;
}
@ -160,7 +161,7 @@
direction: ltr;
}
.post-content li > .highlight {
.post-content li>.highlight {
margin-inline-end: 0;
}
@ -239,14 +240,14 @@
text-align: center;
}
.post-content figure > figcaption {
.post-content figure>figcaption {
color: var(--primary);
font-size: 16px;
font-weight: bold;
margin: 8px 0 16px;
}
.post-content figure > figcaption > p {
.post-content figure>figcaption>p {
color: var(--secondary);
font-size: 14px;
font-weight: normal;