Commit fa94260b authored by Kim, Subin's avatar Kim, Subin
Browse files

App - vh-100 추가

parent 584f0d49
...@@ -16,8 +16,8 @@ import SearchPage from "./pages/SearchPage"; ...@@ -16,8 +16,8 @@ import SearchPage from "./pages/SearchPage";
function App() { function App() {
return ( return (
<div className="" style={{ backgroundColor: "black" }}> <div className="vh-100" style={{ backgroundColor: "black" }}>
<Router style={{ backgroundColor: "black" }}> <Router>
<SubNav /> <SubNav />
<Header /> <Header />
<MainNav /> <MainNav />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment