mirror of
https://github.com/Damillora/Yuika
synced 2024-11-24 01:57:32 +00:00
Adjust post spacing
This commit is contained in:
parent
94bf398368
commit
0088b70e14
@ -235,7 +235,7 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-article {
|
.post-article {
|
||||||
@apply pb-32 pt-8;
|
@apply pb-32 pt-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
2
post.hbs
2
post.hbs
@ -7,7 +7,7 @@
|
|||||||
<div class="h-full opacity-50 bg-black">
|
<div class="h-full opacity-50 bg-black">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="absolute bottom-0 py-6 left-0 right-0">
|
<div class="absolute bottom-0 py-4 left-0 right-0">
|
||||||
<div class="container mx-auto content-full">
|
<div class="container mx-auto content-full">
|
||||||
{{#if primary_tag}}
|
{{#if primary_tag}}
|
||||||
{{#primary_tag}}
|
{{#primary_tag}}
|
||||||
|
Loading…
Reference in New Issue
Block a user