parent
22da2f8c02
commit
5a4651783f
1 changed files with 6 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue