Skip to content

Commit

Permalink
Fixed the issue by adding the h3 css to the pageHeader component and …
Browse files Browse the repository at this point in the history
…fixed the header margin issue on the open source internship programs page

Signed-off-by: faatima_abidi <[email protected]>
  • Loading branch information
FaatimaAbidi committed Dec 19, 2024
1 parent a237528 commit 3ae44a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/reusecore/PageHeader/pageHeader.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ const PageHeaderWrapper = styled.div`
}
}
h3 {
color: ${(props) => props.theme.whiteSixToGreen3C494F};
margin-top: 2rem;
padding: 0;
font-weight: 500;
text-align: center;
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
}
.feature-image{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styled from "styled-components";
export const ProgramsPageWrapper = styled.div`
margin-top: -2rem;
h1{
color: ${props => props.theme.text};
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
Expand Down

0 comments on commit 3ae44a9

Please sign in to comment.