diff --git a/public/index.html b/public/index.html index ca1a14d..59a7e71 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ Ewen Horville | Portfolio - + diff --git a/src/App.css b/src/App.css index 4653936..1cfbac6 100644 --- a/src/App.css +++ b/src/App.css @@ -34,3 +34,7 @@ max-height: .5em; transition: max-height .15s; } + +body, html { + min-width: 100px; +} \ No newline at end of file diff --git a/src/App.js b/src/App.js index 20654c5..daeb8a8 100644 --- a/src/App.js +++ b/src/App.js @@ -21,7 +21,7 @@ const router = createBrowserRouter([ function App() { return ( -
+