mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Add padding to list item's wrapper
This commit is contained in:
@@ -17,7 +17,7 @@ import config from '../../ezprofile.config';
|
|||||||
|
|
||||||
const ListItem = ({ icon, title, value, link }) => {
|
const ListItem = ({ icon, title, value, link }) => {
|
||||||
return (
|
return (
|
||||||
<div class="flex justify-start py-2 items-center">
|
<div class="flex justify-start py-2 px-1 items-center">
|
||||||
<span class="w-2 m-2">{icon}</span>
|
<span class="w-2 m-2">{icon}</span>
|
||||||
<div class="flex-grow font-medium px-2">{title}</div>
|
<div class="flex-grow font-medium px-2">{title}</div>
|
||||||
<div class="text-sm font-normal text-right mr-2 ml-3">
|
<div class="text-sm font-normal text-right mr-2 ml-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user