diff --git a/src/App.scss b/src/App.scss index 3a9cd21..c1e1e98 100644 --- a/src/App.scss +++ b/src/App.scss @@ -39,4 +39,10 @@ $default-font: "Segoe UI"; a { text-decoration: none; +} + +.home-content { + color: $text-color; + width: 100vw; + height: 100vh; } \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index aa74936..4ddea8e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,11 +15,11 @@ function App() {
}/> + element={} /> }/> + element={} /> -