We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4ff12 commit bb4f95cCopy full SHA for bb4f95c
src/components/price/CurrentPriceItem.jsx
@@ -4,7 +4,6 @@ import Button from "../Button";
4
5
const Container = styled.div`
6
width: 170px;
7
- height: 70px;
8
padding: 10px 0;
9
display: flex;
10
justify-content: space-between;
src/pages/LandingPage.jsx
@@ -36,6 +36,7 @@ const TextContainer = styled.div`
36
padding-right: 95px;
37
align-items: flex-end;
38
justify-content: center;
39
+ height: 663px;
40
}
41
42
&.sub {
0 commit comments