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

Fix App.css, Header 가려짐 해결

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