Skip to content

Commit 464ec63

Browse files
Merge pull request #7303 from KhushamBansal/fix/gitops-page
Fix: gradiant fix for mobile view
2 parents a1167b3 + 4c5a438 commit 464ec63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/gitops/gitops.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const GitOpsWrapper = styled.section`
1515
.gradient-wrapper {
1616
background: linear-gradient(245.08deg, rgba(0, 0, 0, 0.06) 49.26%, rgba(0, 211, 169, 0.5) 100%);
1717
width: 100%;
18-
height: 40rem;
18+
height: 35rem;
1919
position: absolute;
2020
2121
@media only screen and (min-width: 768px) {

0 commit comments

Comments
 (0)