Styling like this
.navigation {
.....
height: 65px, % , em, rem;
}
.content-container {
margin-top: 65px, % , em, rem;
.....
}
Wrap your components like this
<div className="app">
<Navigation />
<div className="content-container">
<Home/>
.......
<GlobalStyles/>
</div>
</div>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…