mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-22 09:27:32 +00:00
Fix incorrect post tag sizes
This commit is contained in:
parent
ce335933c1
commit
d603adde26
@ -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"
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user