diff --git a/app/components/App.tsx b/app/components/App.tsx index 0597ff5..0a25e8d 100644 --- a/app/components/App.tsx +++ b/app/components/App.tsx @@ -14,10 +14,10 @@ class App extends React.Component { render() { return ( - + {/* */} - + {/* */} ); } diff --git a/app/index.html b/app/index.html index 9d19565..213e7c3 100644 --- a/app/index.html +++ b/app/index.html @@ -2,6 +2,9 @@ + + + Sprinklers3 diff --git a/app/styles/app.css b/app/styles/app.css index a412bc9..24ace86 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -46,6 +46,7 @@ bottom: 1em; left: 1em; right: 1em; + padding-left: 0; z-index: 1000; display: flex; flex-direction: column;