Skip to content

Commit

Permalink
fix: 글자크기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SooY2 committed Apr 10, 2024
1 parent b10dac1 commit 7dcc256
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions mainStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
body {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: linear-gradient(
12deg,
rgba(30, 14, 92, 0.9) 8.77%,
Expand All @@ -33,20 +35,17 @@ li {
}

header {
position: fixed;
top: 0;
padding-top: 5px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
& > h1 {
font-size: 20px;
font-size: 30px;
color: white;
}
& > p {
font-size: 10px;
font-size: 15px;
color: white;
}
}
Expand Down

0 comments on commit 7dcc256

Please sign in to comment.