mirror of
https://github.com/Damillora/Yuika
synced 2024-11-16 14:57:32 +00:00
Tweak tag color and author image size on mobile
This commit is contained in:
parent
7360bcf294
commit
b8e02c571e
@ -335,14 +335,22 @@ footer {
|
|||||||
@apply bg-blue-700 w-auto inline-block px-2 py-1 text-white text-sm;
|
@apply bg-blue-700 w-auto inline-block px-2 py-1 text-white text-sm;
|
||||||
}
|
}
|
||||||
.tag-accent-color {
|
.tag-accent-color {
|
||||||
@apply inline-block rounded-full align-text-bottom h-16 w-16;
|
@apply inline-block rounded-full align-text-bottom h-12 w-12;
|
||||||
|
|
||||||
}
|
}
|
||||||
.author-header {
|
.author-header {
|
||||||
@apply bg-red-700 w-auto inline-block px-2 py-1 text-white text-sm;
|
@apply bg-red-700 w-auto inline-block px-2 py-1 text-white text-sm;
|
||||||
}
|
}
|
||||||
.author-image {
|
.author-image {
|
||||||
@apply inline-block rounded-full align-text-bottom h-16 w-16;
|
@apply inline-block rounded-full align-text-bottom h-12 w-12;
|
||||||
|
}
|
||||||
|
@screen md {
|
||||||
|
.tag-accent-color {
|
||||||
|
@apply h-16 w-16;
|
||||||
|
}
|
||||||
|
.author-image {
|
||||||
|
@apply h-16 w-16;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.author-list {
|
.author-list {
|
||||||
@apply flex flex-row items-center my-2 py-2;
|
@apply flex flex-row items-center my-2 py-2;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yuika",
|
"name": "yuika",
|
||||||
"description": "nanao.moe's blog theme",
|
"description": "nanao.moe's blog theme",
|
||||||
"version": "2.2.3",
|
"version": "2.2.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost-api": "v3"
|
"ghost-api": "v3"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user