Revert "Just aligned together some elements" (#1460)

This commit is contained in:
lucas lelievre
2025-06-02 16:14:05 +02:00
committed by GitHub
parent 712fbc3ee8
commit 79eb43fca3

View File

@@ -97,7 +97,7 @@ export function Home() {
)}
{!config?.debug && trackers.length > 0 && (
<div className="grid sm:grid-cols-1 md:grid-cols-2 gap-4 px-3 my-5">
<div className="grid sm:grid-cols-1 md:grid-cols-2 gap-4 px-5 my-5">
{trackers.map(({ tracker, device }, index) => (
<TrackerCard
key={index}