diff --git a/src/components/HomepageFeatures/featuresSection.module.css b/src/components/HomepageFeatures/featuresSection.module.css index 8948a1c3..bc09b12a 100644 --- a/src/components/HomepageFeatures/featuresSection.module.css +++ b/src/components/HomepageFeatures/featuresSection.module.css @@ -4,8 +4,6 @@ width: 100%; } - - .cards { display: grid; grid-template-columns: 1fr; diff --git a/src/css/custom.css b/src/css/custom.css index 574f7f08..ecc8bf59 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -119,7 +119,7 @@ .footer__copyright { font-size: 14px; - color: #777777 + color: #777777; } .navbar { diff --git a/src/theme/Footer/Copyright/index.tsx b/src/theme/Footer/Copyright/index.tsx index 5fa2ee32..3c25c0b4 100644 --- a/src/theme/Footer/Copyright/index.tsx +++ b/src/theme/Footer/Copyright/index.tsx @@ -1,13 +1,13 @@ -import React from 'react'; -import type {Props} from '@theme/Footer/Copyright'; +import React from "react"; +import type { Props } from "@theme/Footer/Copyright"; -export default function FooterCopyright({copyright}: Props): JSX.Element { +export default function FooterCopyright({ copyright }: Props): JSX.Element { return (
); } diff --git a/src/theme/Footer/Layout/index.tsx b/src/theme/Footer/Layout/index.tsx index 76d6abe0..6d8c7eb3 100644 --- a/src/theme/Footer/Layout/index.tsx +++ b/src/theme/Footer/Layout/index.tsx @@ -1,6 +1,6 @@ -import React from 'react'; -import clsx from 'clsx'; -import type {Props} from '@theme/Footer/Layout'; +import React from "react"; +import clsx from "clsx"; +import type { Props } from "@theme/Footer/Layout"; export default function FooterLayout({ style, @@ -10,9 +10,10 @@ export default function FooterLayout({ }: Props): JSX.Element { return (