🏗️ Finish the post meta attributes redesign.

This commit is contained in:
凡梦星尘
2022-06-01 17:06:27 +08:00
parent b368bffde3
commit bb77f9bfb6
14 changed files with 129 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
.posts-expand .post-header {
font-size: $font-size-large;
margin-bottom: 60px;
margin-bottom: 40px;
text-align: center;
}

View File

@@ -80,8 +80,8 @@ $post_meta_item_text: {{ $P.postMeta.itemText }};
$reward_settings_animation: {{ $P.rewardSets.animation }};
// TODO find the paramters
$text_align_desktop: center;
$text_align_mobile: center;
$text_align_desktop: justify;
$text_align_mobile: justify;
// Note
$note_icons: {{ $P.note.icons }};