Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
seungminRyu committed Jul 28, 2021
2 parents 5068fbf + d6f659a commit 40f9736
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700;800&display=swap');

html,
body {
width: 100%;
height: 100vh;
overflow: hidden;
height: 100%;
min-height: 560px;
}

body {
background-color: #e4e4e4;
font-family: 'Nanum Gothic', 'Noto Sans KR', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
Expand Down

1 comment on commit 40f9736

@vercel
Copy link

@vercel vercel bot commented on 40f9736 Jul 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.