fix text alignment

This commit is contained in:
Ben Phelps 2022-09-10 21:43:14 +03:00
parent 3882dd4f5a
commit e3237b9022

View file

@ -54,7 +54,7 @@ export default function Item({ service }) {
}}
className="flex-1 flex items-center justify-between rounded-r-md "
>
<div className="flex-1 px-2 py-2 text-sm">
<div className="flex-1 px-2 py-2 text-sm text-left">
{service.name}
<p className="text-theme-500 dark:text-theme-400 text-xs font-extralight">{service.description}</p>
</div>