add bottom padding
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user