Add normalize.css and fix some basic styling

This commit is contained in:
Melvin Valster
2019-07-27 00:04:46 +02:00
parent 12702d7592
commit 4bb325cd9a
6 changed files with 386 additions and 31 deletions
+2 -2
View File
@@ -19,12 +19,12 @@ const App: React.FC = () => {
<Router>
{/* <Router basename={process.env.NODE_ENV !== 'development' ? '%PUBLIC_URL%' : ''}> */}
<div className="App">
<div className="main">
<main>
<Switch>
<Route exact path="/playground" component={LoadablePlayground} />
<Route path="/:selectedClass?/:pointString?" component={LoadableHome} />
</Switch>
</div>
</main>
<footer>
<Link to="/">Home</Link>