Skip to content

Commit

Permalink
fixes #5690
Browse files Browse the repository at this point in the history
Signed-off-by: Yaten Dhingra <[email protected]>
  • Loading branch information
yaten2302 committed Sep 16, 2024
1 parent b0d781f commit 43c7331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/sections/gitops/gitops.style.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import styled from "styled-components";

export const GitOpsWrapper = styled.section`
.mobile-margin {
margin-top: 50px;
}
position: relative;
z-index: 1;
font-size: 16px;
Expand Down
2 changes: 1 addition & 1 deletion src/sections/gitops/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const GitOpsPage = () => {
<div className="content-container content-container-more-width">
<Row className="content-row">
<Col lg={6} md={6} className="desc-text-container">
<h1 className="heading-1">What is GitOps?</h1>
<h1 className="heading-1 mobile-margin">What is GitOps?</h1>
<SquarePoint>
GitOps uses Git for defining and tracking infrastructure and app
changes.
Expand Down

0 comments on commit 43c7331

Please sign in to comment.