From c3a4a99a8858bd388831a3b69facf2174ad54aba Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Thu, 6 Oct 2022 22:59:45 +0200 Subject: [PATCH] Better fit the page --- public/index.html | 2 +- src/App.js | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index f36c6e8..69de5a4 100644 --- a/public/index.html +++ b/public/index.html @@ -28,6 +28,6 @@ -
+
diff --git a/src/App.js b/src/App.js index 51e1e7b..c527f8a 100644 --- a/src/App.js +++ b/src/App.js @@ -16,7 +16,7 @@ import { ComposableMap, Geographies, Geography, ZoomableGroup } from "react-simp function RoomResearch() { return <> - +
Rechercher une salle @@ -29,7 +29,7 @@ function RoomResearch() { > - +
} @@ -91,7 +91,6 @@ function Map() { - ) } @@ -99,10 +98,9 @@ export default function App() { return <> -
+
- } \ No newline at end of file