mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-16 09:03:46 -05:00
Change statistic style on large screens
This commit is contained in:
@@ -28,7 +28,7 @@ export default function Statistic({
|
||||
<div
|
||||
className={`before:bg-${theme}-200 before:dark:bg-${theme}-800 after:bg-${theme}-200 after:dark:bg-${theme}-800 gi`}
|
||||
>
|
||||
<div className="flex h-full flex-col justify-between gap-x-4 gap-y-2 px-6 py-4 align-baseline xl:px-8">
|
||||
<div className="flex lg:min-h-32 flex-col justify-between gap-x-4 gap-y-2 px-6 py-4 align-baseline">
|
||||
<dt
|
||||
className={`text-${theme}-500 dark:text-${theme}-400 font-medium leading-6`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user