From d603adde267d2869135830807eac456dcebc99b5 Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 14 Apr 2021 15:30:26 +0700 Subject: [PATCH] Fix incorrect post tag sizes --- package.json | 2 +- src/sass/components/_postcard.scss | 4 ++-- src/sass/components/_postheader.scss | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3dd0c93..cbecd34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@damillora/shian", "description": "Common component library for nanao.moe", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "author": { "email": "developer@damillora.com" diff --git a/src/sass/components/_postcard.scss b/src/sass/components/_postcard.scss index 53d8941..051075c 100644 --- a/src/sass/components/_postcard.scss +++ b/src/sass/components/_postcard.scss @@ -56,13 +56,13 @@ width: 1rem; } &__tag-name { - font-size: $text-xs; + font-size: $text-sm; &:hover { text-decoration: underline; } } &__paywall { - font-size: $text-xs; + font-size: $text-sm; &:hover { text-decoration: underline; } diff --git a/src/sass/components/_postheader.scss b/src/sass/components/_postheader.scss index d976b2a..0f661f7 100644 --- a/src/sass/components/_postheader.scss +++ b/src/sass/components/_postheader.scss @@ -43,13 +43,13 @@ width: 1rem; } &__tag-name { - font-size: $text-sm; + font-size: $text-base; &:hover { text-decoration: underline; } } &__paywall { - font-size: $text-sm; + font-size: $text-base; &:hover { text-decoration: underline; }