Skip to content

Commit

Permalink
fix: improved tiling behaviour for weather cards
Browse files Browse the repository at this point in the history
  • Loading branch information
benjasper committed Nov 12, 2023
1 parent 5bfc79f commit 4138826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/WeatherElementLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const WeatherElementLayout: ParentComponent<ParsedWeatherElementLayoutProps> = p

return (
<div
class={`relative flex h-auto w-auto flex-grow flex-col justify-center gap-2 rounded-2xl bg-gray-50 px-8 py-6 text-black shadow-sm transition-colors dark:bg-black-200 dark:text-white-light md:mx-0 ${
class={`relative flex h-auto w-auto flex-grow flex-col justify-center gap-2 rounded-2xl bg-gray-50 px-8 py-6 text-black shadow-sm transition-colors dark:bg-black-200 dark:text-white-light md:mx-0 lg:px-12 ${
props.class ?? ''
}`}>
<label class="mx-auto flex gap-1 text-xs font-semibold uppercase text-gray-500 transition-colors dark:text-white-darker">
Expand Down

1 comment on commit 4138826

@vercel
Copy link

@vercel vercel bot commented on 4138826 Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.