From 54dfa13d7988c47a1c7183b8f7d7c7426da18250 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 4 Jun 2023 14:19:47 +0200 Subject: [PATCH] Update --- src/App.css | 3 +++ src/App.tsx | 2 -- src/components/TopComponent.scss | 2 +- src/components/TopComponent.tsx | 2 ++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index e69de29..91214a1 100644 --- a/src/App.css +++ b/src/App.css @@ -0,0 +1,3 @@ +#root { + @apply m-0 p-0; +} \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index f36f19b..a017f16 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,13 +1,11 @@ import './App.css' import TopComponent from "./components/TopComponent"; -import ShortDescription from "./components/ShortDescription"; import MonParcours from './components/MonParcours'; function App() { return ( <> - ) diff --git a/src/components/TopComponent.scss b/src/components/TopComponent.scss index 87a49c8..0002eb9 100644 --- a/src/components/TopComponent.scss +++ b/src/components/TopComponent.scss @@ -1,3 +1,3 @@ #top { - @apply bg-red-500 text-center; + @apply min-h-screen w-full; } \ No newline at end of file diff --git a/src/components/TopComponent.tsx b/src/components/TopComponent.tsx index 2bde2ae..30ae893 100644 --- a/src/components/TopComponent.tsx +++ b/src/components/TopComponent.tsx @@ -1,3 +1,4 @@ +import ShortDescription from './ShortDescription' import './TopComponent.scss' function TopComponent() { @@ -5,6 +6,7 @@ function TopComponent() {

Florian RICHER

Développeur d´application Web et Mobile

+ {/*Reseau sociaux*/}
)