Skip to content

Commit

Permalink
Hourly styles
Browse files Browse the repository at this point in the history
  • Loading branch information
insuusvenerati committed Sep 13, 2023
1 parent 3ebed5c commit c46dead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/weather/[zipcode]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<header class="card-header text-2xl font-bold mb-4">
Today's forecast for {weather.location}
</header>
<section class="flex flex-col lg:flex-row justify-between text-center">
<section class="grid grid-cols-2 lg:flex lg:flex-row justify-between text-center">
{#each weather?.weather.hourly.data.slice(0, 7) as time}
<div class="flex flex-col items-center gap-1">
<span class="text-tertiary-500">
Expand Down

0 comments on commit c46dead

Please sign in to comment.