Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

경기바탕체 / nav 버튼 위치 수정 #90

Merged
merged 2 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion front/src/components/NavButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function NavButton(props) {
more: "더보기",
library: "서재",
post: "글쓰기",
logo: "문향",
logo: "\"문향\"",

}
//여기서 부터 모달 관리
Expand Down
9 changes: 9 additions & 0 deletions front/src/css/ToolBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
flex-grow: 1;
align-items: center;
}
@media (min-width: 600px) {
#logoBox {
position:absolute;
transform: translateX(-50%);
left:50vw;
transform: translateY(-50%);
top:5vh;
}
}

#rBox{
justify-content: flex-end;
Expand Down
3 changes: 1 addition & 2 deletions front/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
}

body {
font-family: 'GyeonggiBatang',serif;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
font-family: 'GyeonggiBatang',-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
Expand Down