diff --git a/frontend/src/config.ts b/frontend/src/config.ts index a9783c8..201800a 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -6,10 +6,10 @@ export const localStorageDarkModeKey = 'darkMode' export const localStorageStyleKey = 'style' -export const containerMaxW = 'xl:max-w-full xl:mx-auto 2xl:mx-20' +export const containerMaxW = 'max-w-[1600px] mx-auto' export const appTitle = 'created by Flatlogic generator!' export const getPageTitle = (currentPageTitle: string) => `${currentPageTitle} — ${appTitle}` -export const tinyKey = process.env.NEXT_PUBLIC_TINY_KEY || '' +export const tinyKey = process.env.NEXT_PUBLIC_TINY_KEY || '' \ No newline at end of file diff --git a/frontend/src/layouts/Authenticated.tsx b/frontend/src/layouts/Authenticated.tsx index a2966d1..ab04e84 100644 --- a/frontend/src/layouts/Authenticated.tsx +++ b/frontend/src/layouts/Authenticated.tsx @@ -102,11 +102,11 @@ export default function LayoutAuthenticated({ menu={menuNavBar} className={`${lockoutBanner ? 'top-12' : ''}`} /> -