Skip to content

Commit f9435e0

Browse files
committed
Fix: gradiant fix for mobile view
Signed-off-by: Khusham Bansal <kbkhushambansal@gmail.com>
1 parent 59f55e1 commit f9435e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)