diff --git a/src/app/page.tsx b/src/app/page.tsx index 07a8d8ed2..693bb0855 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ 'use client'; +import clsx from 'clsx'; +import Image from 'next/image'; import Link from 'next/link'; import * as React from 'react'; -import Image from 'next/image'; import '@/lib/env'; -import clsx from 'clsx'; - -import IconCard from '@/components/IconCard'; -import Edito from '@/components/Edito'; import '../styles/page.css'; +import Edito from '@/components/Edito'; +import IconCard from '@/components/IconCard'; + /** * SVGR Support * Caveat: No React Props Type. @@ -169,10 +169,12 @@ const SocialSection = () => { const BeTheChangeSection = () => { return ( -
-

Be the change .

-

There are alternatives to salmon in our way of eating, selling, and producing.

-
+
+
+

Be the change .

+
+

There are alternatives to salmon in our way of eating, selling, and producing.

+
); diff --git a/tailwind.config.ts b/tailwind.config.ts index 4ea512570..70a2b8443 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -37,6 +37,7 @@ export default { screens: { 'xs': '500px', '2xl': '1515px', + '3xl': '2000px' }, keyframes: { flicker: {