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*/}
)