From ab43dc31a4518bc93c5ee901da706f3b502a9372 Mon Sep 17 00:00:00 2001 From: Mitja Belak Date: Thu, 24 Oct 2024 18:22:51 +0200 Subject: [PATCH] App now credits the team in this cohort not mico --- app/src/pages/index.tsx | 2 +- app/src/styles/Home.module.css | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/app/src/pages/index.tsx b/app/src/pages/index.tsx index d161e2a..6af5fad 100644 --- a/app/src/pages/index.tsx +++ b/app/src/pages/index.tsx @@ -26,7 +26,7 @@ const Home: NextPage = () => { ); diff --git a/app/src/styles/Home.module.css b/app/src/styles/Home.module.css index b58b128..8223cef 100644 --- a/app/src/styles/Home.module.css +++ b/app/src/styles/Home.module.css @@ -21,19 +21,10 @@ } .footer { - display: flex; - flex: 1; + margin-top: 2rem; padding: 2rem 0; border-top: 1px solid #eaeaea; - justify-content: center; - align-items: center; -} - -.footer a { - display: flex; - justify-content: center; - align-items: center; - flex-grow: 1; + text-align: center; } .title a {