Skip to content

Commit

Permalink
nice shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl committed Jul 30, 2024
1 parent 87bc5d0 commit b14034d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-website/src/pages/cloud/UnifiedTabs/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
display: none;
justify-content: center;
align-items: center;
background-color: #111;
background-color: transparent;
margin: 1rem 0; // Added margin for spacing
height: 380px;
border-radius: 24px;
Expand All @@ -143,6 +143,7 @@
max-height: 100%;
max-width: 100%;
border-radius: 22px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.mobileImageContainer {
Expand Down

0 comments on commit b14034d

Please sign in to comment.