1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-28 19:52:50 +00:00

Add spacing at the bottom and layout changes

This commit is contained in:
Damillora 2019-11-12 01:07:59 +07:00
parent 0195de5bad
commit b08ef24805
2 changed files with 20 additions and 19 deletions

View File

@ -160,6 +160,10 @@ footer {
background-color: #085d93;
z-index: 10;
}
.content {
@apply pb-32;
}
@tailwind components;
@tailwind utilities;

View File

@ -50,8 +50,6 @@
<div class="px-2 sm:px-8 md:px-16 lg:px-32 xl:px-64">
{{content}}
</div>
</main>
<div class="container mx-auto">
<div class="px-2 sm:px-8 md:px-16 lg:px-32 xl:px-64">
<div class="my-4" id="comments">
</div>
@ -78,8 +76,7 @@
{{/next_post}}
</div>
</div>
</div>
</div>
</main>
{{/post}}
</article>