From 13f8d6649077432b10e01d6b1565eafac897b7ce Mon Sep 17 00:00:00 2001 From: The17thDoctor <40616434+The17thDoctor@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:58:46 +0100 Subject: [PATCH] Responsive update (WIP) --- public/index.html | 2 +- src/App.css | 4 ++++ src/App.js | 2 +- src/Components/Footer.js | 8 ++++---- src/Pages/Homepage/Homepage.js | 8 ++++---- src/Pages/Homepage/ProjectCard.js | 6 ++++-- 6 files changed, 18 insertions(+), 12 deletions(-) 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 ( -
+