Fix incorrect post tag sizes

This commit is contained in:
Damillora 2021-04-14 15:30:26 +07:00
parent ce335933c1
commit d603adde26
3 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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;
}

View File

@ -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;
}