diff --git a/src/App.tsx b/src/App.tsx index aa0db50..b6858db 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,9 +2,9 @@ import Grid from './Grid'; function App() { return ( -
-
- +
+
+

Find your next epidemiology tools

Column/Row 1
} second={
Column/Row 2
} />
diff --git a/src/Grid.tsx b/src/Grid.tsx index 918850a..0dc0bf5 100644 --- a/src/Grid.tsx +++ b/src/Grid.tsx @@ -2,7 +2,7 @@ import React from 'react'; const ResponsiveGrid = ({first, second}: any) => { return ( -
+
{first}
{second}