Skip to content

Commit

Permalink
벨 사이즈 조정 및 별 아이콘 2개 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nestiank committed Feb 27, 2024
1 parent 2fafd85 commit dc92ac7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
.title {
width: 360px;
height: 235px;
height: 190px;
margin-top: 30px;
position: relative;
}
Expand Down Expand Up @@ -53,7 +53,7 @@
margin: auto;
left: 0;
right: 0;
top: 126px;
top: 65px;
bottom: 0;
}
.whiteButtonTitle {
Expand Down
34 changes: 33 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Home() {
height={0}
style={
{
width: "144px",
width: "80px",
height: "auto",
verticalAlign: "middle",
position: "absolute",
Expand All @@ -50,6 +50,38 @@ export default function Home() {
}
priority
/>
<Image
src="/star.svg"
alt="star"
width={0}
height={0}
style={
{
width: "15px",
height: "auto",
display: "block",
position: "absolute",
top: "160px",
left: "50px"
}
}
/>
<Image
src="/star.svg"
alt="star"
width={0}
height={0}
style={
{
width: "30px",
height: "auto",
display: "block",
position: "absolute",
top: "50px",
right: "66px"
}
}
/>
</div>

<div className="message textarea">
Expand Down

0 comments on commit dc92ac7

Please sign in to comment.