1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: optimize meta font size

This commit is contained in:
Cotes Chung
2023-10-08 04:40:16 +08:00
parent 575dc87d83
commit 50835b4c71
4 changed files with 12 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ h1 + .post-meta {
}
.post-tail-wrapper {
@extend %text-meta;
@extend %text-sm;
margin-top: 6rem;
border-bottom: 1px double var(--main-border-color);
@@ -57,7 +57,7 @@ h1 + .post-meta {
}
span:last-child {
@extend %text-meta;
@extend %text-sm;
}
} /* .license-wrapper */
@@ -297,6 +297,7 @@ h1 + .post-meta {
time {
@extend %normal-font-style;
@extend %text-xs;
color: var(--text-muted-color);
}