add bottom padding
This commit is contained in:
parent
d5e334dc09
commit
e2f8ac6b78
@ -2,6 +2,7 @@
|
|||||||
- Update dependencies
|
- Update dependencies
|
||||||
- Fix debounces
|
- Fix debounces
|
||||||
- Allow space as delimiter for tags
|
- Allow space as delimiter for tags
|
||||||
|
- Add bottom padding to page
|
||||||
|
|
||||||
# v0.1.12
|
# v0.1.12
|
||||||
- Code quality fixes
|
- Code quality fixes
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="mx-4 sm:mx-8 md:mx-16">
|
<div class="pb-4 mx-4 sm:mx-8 md:mx-16">
|
||||||
<%= @inner_content %>
|
<%= @inner_content %>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
Reference in New Issue
Block a user