From a199d8ca64922d7dbc28cac9c85b53fc016bc371 Mon Sep 17 00:00:00 2001 From: faatima_abidi Date: Sat, 16 Nov 2024 03:39:58 -0500 Subject: [PATCH] fixed issue by modifying css of wrapper and using h3 for subtitle Signed-off-by: faatima_abidi --- .../Careers-Programs-grid/ProgramGrid.style.js | 12 ++++++++++-- src/sections/Careers/Careers-Programs-grid/index.js | 3 ++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js b/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js index f520ef66df3c..ae66f6734e08 100644 --- a/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js +++ b/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js @@ -1,7 +1,15 @@ import styled from "styled-components"; export const ProgramsPageWrapper = styled.div` - - margin-top: -2rem; + + h3 { + color: ${(props) => props.theme.whiteSixToGreen3C494F}; + margin: 0; + padding: 0; + font-weight: 500; + text-align: center; + transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); + } + h1{ color: ${props => props.theme.text}; transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); diff --git a/src/sections/Careers/Careers-Programs-grid/index.js b/src/sections/Careers/Careers-Programs-grid/index.js index b772affc749b..df7283cbd932 100644 --- a/src/sections/Careers/Careers-Programs-grid/index.js +++ b/src/sections/Careers/Careers-Programs-grid/index.js @@ -57,7 +57,8 @@ const ProgramsGrid = ({ hide_path, sub_section }) => { return ( - + +

Build Your Career at Layer5