diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 486ad36e..b9bb7d81 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -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;