-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from HaruDamda/test/테스트용-브랜치
feat: 스타일링
- Loading branch information
Showing
10 changed files
with
619 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,29 @@ | ||
:root { | ||
/* width: 100vw; | ||
height: 100vh; */ | ||
/* height: calc(var(--vh, 1vh) * 100); */ | ||
} | ||
|
||
:root { | ||
font-family: "SUIT Variable", sans-serif; | ||
text-align: center; | ||
width: 100vw; | ||
height: calc(var(--vh, 1vh) * 100); | ||
} | ||
margin: 0 auto; | ||
max-width: 430px; | ||
width: 100%; | ||
min-height: 100vh; | ||
/* height: calc(var(--vh, 1vh) * 100); */ | ||
background-color: white; | ||
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; | ||
overflow-x: hidden; | ||
overflow-y: hidden; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
/* justify-content: center; */ | ||
border-radius: 5px; | ||
color: #1a1e27; | ||
font-family: "SUIT Variable", -apple-system, BlinkMacSystemFont, Pretendard, | ||
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", | ||
sans-serif; | ||
font-weight: 400; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.