Skip to content
Snippets Groups Projects
Commit 2efc2351 authored by Jaeyong Lee's avatar Jaeyong Lee
Browse files

Fix App.css, Header 가려짐 해결

parent 739ccdff
Branches hgb-wip
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ button:active {
/* 화면 구성 초기화 */
.App {
width: 100vw;
height: 100vh;
/* height: 100vh; */
display: flex;
justify-content: center;
align-items: center;
......
......@@ -19,8 +19,11 @@
}
.intro p{
font-size: 35px;
color: white;
font-family: "JalnanGothic";
text-align: center;
line-height: 1.5;
}
......
......@@ -49,7 +49,7 @@ function Main() {
<div className="App">
<h1>모두의 食道樂</h1>
<div className="intro">
가보고 싶은 식당을 찾아보고, 가본 식당을 기록해보세요!
<p>가보고 싶은 식당을 찾아보고, <br/>가본 식당을 기록해보세요!</p>
</div>
<div style={{ display: 'flex' }}>
<select id="addInputPrior" defaultValue={"time"} onChange={handleSortChange}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment