Skip to content

Commit

Permalink
[#3] feat: 테마 추천 시작 화면 레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MyungJiwoo committed Jun 27, 2024
1 parent 4d8b49e commit 80ad1fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/styles/ThemeRecsStyled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ import { Link } from "react-router-dom";

export const Container = styled.div`
width: 100vw;
height: 100vh;
height: 90vh;
/* margin: 0; */
margin-top: 10vh;
background: radial-gradient(50% 50% at 50% 50%, #3b3b3b 0%, #080101 100%);
margin: 0;
display: flex;
.textBox {
width: 40vw;
height: 100vh;
height: inherit;
padding: 0 10vw;
display: flex;
Expand All @@ -33,7 +34,7 @@ export const Container = styled.div`
}
.cubeBox {
width: 50vw;
height: 100vh;
height: inherit;
}
.startBtn {
Expand Down

0 comments on commit 80ad1fc

Please sign in to comment.