Skip to content

Commit

Permalink
Merge pull request #466 from Chaem03/feature/#349
Browse files Browse the repository at this point in the history
✅ Test: test
  • Loading branch information
Chaem03 authored Aug 6, 2024
2 parents cf407fc + 20abe34 commit 7140ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/pages/Share/Share.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import ClearStarPIcon1 from "@/assets/starclearPicon1.svg";
import ClearStarPIcon2 from "@/assets/starclearPicon2.svg";
import blur from "@/assets/blur.svg";
import { useParams } from "react-router-dom";

import { Loading } from "../Loading/Loading";

const SharePage = ({ onBack }) => {
Expand Down
5 changes: 3 additions & 2 deletions src/pages/Share/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ export const Wrapper = styled.div`
min-height: 100vh;
background-size: cover;
flex-direction: column;
background-image: url(${Back});
background-size: cover;
margin-bottom: 7.3rem;
.Container {
background-image: url(${Back});
min-height: 100%;
}
`;
Expand All @@ -30,7 +31,7 @@ export const BannerImage = styled.img`
export const BlurImage = styled.img`
position: absolute;
z-index: 5;
bottom: 0.1px;
bottom: 0;
left: 0;
width: 100%;
height: 90px;
Expand Down

0 comments on commit 7140ed3

Please sign in to comment.