Skip to content

Commit bb4f95c

Browse files
committed
fix: edit layout ver2
1 parent 0a4ff12 commit bb4f95c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/price/CurrentPriceItem.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Button from "../Button";
44

55
const Container = styled.div`
66
width: 170px;
7-
height: 70px;
87
padding: 10px 0;
98
display: flex;
109
justify-content: space-between;

src/pages/LandingPage.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const TextContainer = styled.div`
3636
padding-right: 95px;
3737
align-items: flex-end;
3838
justify-content: center;
39+
height: 663px;
3940
}
4041
4142
&.sub {

0 commit comments

Comments
 (0)