diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-01 10:16:12 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-01 10:16:12 +0700 |
| commit | ae3207e9778c3f2fb01d64714ff15fc073ec093d (patch) | |
| tree | 7b4c8cd8c00fec4d9eeafec8e01e938917cbee2e /src/modules/profile-card | |
| parent | 812e4ac0afc56ee3121a5673af35bf8be2f4432c (diff) | |
Update compute different, result, and product list feature
Diffstat (limited to 'src/modules/profile-card')
| -rw-r--r-- | src/modules/profile-card/profile-card.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/profile-card/profile-card.module.css b/src/modules/profile-card/profile-card.module.css index b7d00fe..7c7bcd2 100644 --- a/src/modules/profile-card/profile-card.module.css +++ b/src/modules/profile-card/profile-card.module.css @@ -3,7 +3,7 @@ } .cardBody { - @apply flex flex-row items-center gap-x-4; + @apply flex flex-row items-center gap-x-4 p-4; } .name { |
