hecho lo de galeria y arrglada tabla en songs
Signed-off-by: fede <federico.nicolas.polidoro@gmail.com>
This commit is contained in:
@@ -80,8 +80,8 @@ export default function Index({ songs }: { songs: Cancion[] }) {
|
||||
<kbd className="rounded-md border bg-teal-950">k</kbd>
|
||||
</p>
|
||||
) : (
|
||||
<div className="flex justify-center overflow-x-auto">
|
||||
<table className="table-auto">
|
||||
<div className="mx-4 flex w-full justify-center overflow-x-scroll">
|
||||
<table className="mx-auto mt-2 table w-full">
|
||||
<thead>
|
||||
<tr className="border-b bg-gray-50 text-center text-sm font-semibold uppercase tracking-wider text-gray-700 dark:bg-gray-700 dark:text-gray-400">
|
||||
<th className="px-6 py-3">Nombre</th>
|
||||
|
||||
Reference in New Issue
Block a user