add bottom padding
This commit is contained in:
parent
d5e334dc09
commit
e2f8ac6b78
@ -2,6 +2,7 @@
|
||||
- Update dependencies
|
||||
- Fix debounces
|
||||
- Allow space as delimiter for tags
|
||||
- Add bottom padding to page
|
||||
|
||||
# v0.1.12
|
||||
- Code quality fixes
|
||||
|
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
</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 %>
|
||||
</div>
|
||||
</main>
|
||||
|
Loading…
Reference in New Issue
Block a user