mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 09:17:33 +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;
|
||||
}
|
||||
.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 {
|
||||
@apply bg-red-700 w-auto inline-block px-2 py-1 text-white text-sm;
|
||||
}
|
||||
.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 {
|
||||
@apply flex flex-row items-center my-2 py-2;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "yuika",
|
||||
"description": "nanao.moe's blog theme",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"engines": {
|
||||
"ghost-api": "v3"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user