diff --git a/components/Layout.js b/components/Layout.js index 3e5da52..d686256 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -1,3 +1,4 @@ +import React from "react"; import Header from "./Header"; import NavBar from "./NavBar"; import VirtualTourDialog from "./VirtualTourDialog"; @@ -5,49 +6,51 @@ import VirtualTourDialog from "./VirtualTourDialog"; import navButtons from "../configs/navButtons"; import tourButton from "../configs/tourButton"; -const Layout = (props) => ( -
- -
-
{props.children}
- - -
-); + .Content { + flex: 1; + display: flex; + flex-direction: column; + font-family: Arial; + } + `} + + ); +} export default Layout; diff --git a/components/NavBar.js b/components/NavBar.js index a101d9a..e5f3c1e 100644 --- a/components/NavBar.js +++ b/components/NavBar.js @@ -6,7 +6,7 @@ const NavBar = (props) => ( ))}