Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SicDoRak
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2023_2_WebPromgramming_8
SicDoRak
Commits
2efc2351
Commit
2efc2351
authored
1 year ago
by
Jaeyong Lee
Browse files
Options
Downloads
Patches
Plain Diff
Fix App.css, Header 가려짐 해결
parent
739ccdff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
frontend/src/css/App.css
+1
-1
1 addition, 1 deletion
frontend/src/css/App.css
frontend/src/css/Main.css
+3
-0
3 additions, 0 deletions
frontend/src/css/Main.css
frontend/src/pages/Main.js
+1
-1
1 addition, 1 deletion
frontend/src/pages/Main.js
with
5 additions
and
2 deletions
frontend/src/css/App.css
+
1
−
1
View file @
2efc2351
...
...
@@ -26,7 +26,7 @@ button:active {
/* 화면 구성 초기화 */
.App
{
width
:
100vw
;
height
:
100vh
;
/*
height: 100vh;
*/
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
...
...
This diff is collapsed.
Click to expand it.
frontend/src/css/Main.css
+
3
−
0
View file @
2efc2351
...
...
@@ -19,8 +19,11 @@
}
.intro
p
{
font-size
:
35px
;
color
:
white
;
font-family
:
"JalnanGothic"
;
text-align
:
center
;
line-height
:
1.5
;
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/pages/Main.js
+
1
−
1
View file @
2efc2351
...
...
@@ -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
}
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment