diff options
Diffstat (limited to 'assets/_fuji-style')
-rw-r--r-- | assets/_fuji-style/_components.scss | 6 | ||||
-rw-r--r-- | assets/_fuji-style/_content.scss | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/assets/_fuji-style/_components.scss b/assets/_fuji-style/_components.scss index 724e4cf..429d869 100644 --- a/assets/_fuji-style/_components.scss +++ b/assets/_fuji-style/_components.scss @@ -19,16 +19,14 @@ &:first-child { border-radius: 0.25rem 0.25rem 0 0; + font-size: 1.25rem; } &:last-child { border-radius: 0 0 0.25rem 0.25rem; + font-size: 1.3rem; } } - - i { - font-size: 1.25rem; - } } #post-aplayer { diff --git a/assets/_fuji-style/_content.scss b/assets/_fuji-style/_content.scss index 684a7fc..bb701b6 100644 --- a/assets/_fuji-style/_content.scss +++ b/assets/_fuji-style/_content.scss @@ -33,6 +33,10 @@ scrollbar-width: none; // Firefox -ms-overflow-style: none; // Microsoft + + i { + font-size: 0.875rem; + } } .post-summary { |