Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeMin committed Jun 14, 2024
1 parent cf9fdfc commit 67b7cb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions src/app/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ main {
width: 600px;
height: 400px;

padding: 10px 20px 0 0;

#next-time {
padding: 10px;
margin: 10px;
margin-bottom: 10px;

background-color: #B8E9FF;
}

#weather {
padding: 10px;
margin: 10px;
margin-top: 10px;

height: 100%;

Expand All @@ -43,7 +45,8 @@ main {
}

aside {
padding: 10px;
padding-top: 10px;
padding-left: 20px;

width: 250px;
height: 400px;
Expand All @@ -62,7 +65,7 @@ main {
#shoes {
padding: 10px;

height: 108%;
height: 103%;

border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Home() {
/>
</div>
<div id="description">
<span>오늘 날씨는 아주 아름답습니다.</span>
<span>오늘의 날씨는 아주 화창합니다.</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 67b7cb1

Please sign in to comment.