diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 71018303b..ee0b10864 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -53,7 +53,7 @@ export class Home extends React.Component, IFilterListsS filterMethod: (filter: any, row: any) => row[filter.id].toUpperCase() .includes(filter.value.toUpperCase()), sortMethod: (a: any, b: any) => a.toUpperCase() > b.toUpperCase() ? 1 : -1, - Cell: (cell: any) =>

{cell.value}

+ Cell: (cell: any) =>

{cell.value}

}, { Header: "Langs.", diff --git a/src/FilterLists.Web/ClientApp/components/Layout.tsx b/src/FilterLists.Web/ClientApp/components/Layout.tsx index 93b821039..910853441 100644 --- a/src/FilterLists.Web/ClientApp/components/Layout.tsx +++ b/src/FilterLists.Web/ClientApp/components/Layout.tsx @@ -9,11 +9,11 @@ export class Layout extends React.Component { return

- + FilterLists

-

+

The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.

@@ -23,7 +23,7 @@ export class Layout extends React.Component {
-

A project by Collin M. Barrett. | Contribute on GitHub.

+

A project by Collin M. Barrett. | Contribute on GitHub.

; }; diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index c62539e90..85e22060b 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -105,7 +105,7 @@ function License(props: any) { function SubscribeUrl(props: any) { return Subscribe ; diff --git a/src/FilterLists.Web/ClientApp/css/site.css b/src/FilterLists.Web/ClientApp/css/site.css index f3e2d4942..6f913839f 100644 --- a/src/FilterLists.Web/ClientApp/css/site.css +++ b/src/FilterLists.Web/ClientApp/css/site.css @@ -7,12 +7,4 @@ body, h2, h3, h4, h5, blockquote { -o-align-items: center; -webkit-align-items: center; align-items: center; -} - -.fl-list-title { - margin: 0; -} - -#fl-tagline { - margin: 0 10px 10px 10px; } \ No newline at end of file