diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx index 28fd116..0ffd7ad 100644 --- a/src/components/Contact.tsx +++ b/src/components/Contact.tsx @@ -151,7 +151,6 @@ class Contact extends React.PureComponent { {lastModified} )} -
{lists.map((list, idx) => ( {listIfNotEmpty(list)} diff --git a/src/widgets/List.css b/src/widgets/List.css index 3aa69fa..ce7d1c4 100644 --- a/src/widgets/List.css +++ b/src/widgets/List.css @@ -1,7 +1,6 @@ .List { list-style: none; padding: 0; - margin: 0; } .ListItem {