Increase pagination padding
This commit is contained in:
@@ -12,7 +12,7 @@ defmodule MusicLibraryWeb.Pagination do
|
|||||||
~H"""
|
~H"""
|
||||||
<div
|
<div
|
||||||
id="pagination"
|
id="pagination"
|
||||||
class="flex items-center justify-between border-t border-zinc-200 bg-white px-4 py-3 sm:px-6 mb-4"
|
class="flex items-center justify-between border-t border-zinc-200 bg-white px-4 py-6 sm:px-6 mb-4"
|
||||||
>
|
>
|
||||||
<%!-- Only on smallest viewport --%>
|
<%!-- Only on smallest viewport --%>
|
||||||
<div class={[
|
<div class={[
|
||||||
|
|||||||
Reference in New Issue
Block a user