Skip to content

Commit

Permalink
added justify center to location data points
Browse files Browse the repository at this point in the history
  • Loading branch information
CropWatchDevelopment committed May 9, 2024
1 parent 977fcbe commit 60ddcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/app/locations/[location_id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
{:then dev_data}
<div class="flex flex-col text-center text-neutral-content text-xl">
<h2>{device.cw_devices.name}</h2>
<div class="flex flex-row flex-wrap">
<div class="flex flex-row flex-wrap justify-center">
{#each Object.keys(dev_data) as d}
<SquareCard
title={$_(d)}
Expand Down

0 comments on commit 60ddcd2

Please sign in to comment.