Skip to content

Commit

Permalink
increased width of popup
Browse files Browse the repository at this point in the history
Signed-off-by: Ritik Saxena <[email protected]>
  • Loading branch information
ritiksaxena124 committed Sep 10, 2023
1 parent 5a48fd9 commit 4899aab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Corner-popup/popup.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const CornerPopupWrapper = styled.div`
right: 0;
margin: 0 2rem 3rem 0;
width: 100%;
width: 23rem;
max-width: "70%";
width: 26rem;
/* background-color: ${props => props.theme.blackToWhite}; */
background-color: transparent;
z-index: 9999;
Expand All @@ -17,7 +16,7 @@ const CornerPopupWrapper = styled.div`
align-items: center;
/* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px; */
@media only screen and (max-width: 1000px) {
max-width: 20rem;
max-width: 22rem;
}
@media only screen and (max-width: 640px) {
width: 20rem;
Expand Down

0 comments on commit 4899aab

Please sign in to comment.