mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-02 19:56:05 +02:00
💄 Update dashboard layout styles
Signed-off-by: Luke Vella <me@lukevella.com>
This commit is contained in:
parent
ff66d6f713
commit
e02e4d36c5
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ export default function Dashboard() {
|
|||
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<div className="grid gap-4 lg:grid-cols-3">
|
||||
<AppCard>
|
||||
<div className="grid md:flex">
|
||||
<AppCard className="basis-96">
|
||||
<AppCardIcon>
|
||||
<GroupPollIcon size="lg" />
|
||||
</AppCardIcon>
|
||||
|
|
Loading…
Add table
Reference in a new issue