Skip to content

Commit

Permalink
Merge pull request #39 from NepTechTribe/shreesha
Browse files Browse the repository at this point in the history
Programs Section Updated
  • Loading branch information
shree404 authored Oct 29, 2024
2 parents 63d8b90 + 4c7aaba commit 6fcfa54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/Components/landingpage/programs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const ProgramArray = [

return(
<>
<div style={{backgroundColor:'black'}}>
<Container>
<Title title={"Our Programs"} head={"What We Offer"} />
<Row>
Expand All @@ -45,6 +46,7 @@ const ProgramArray = [
))}
</Row>
</Container>
</div>
</>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/Styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
color: #000080;
color: white;
cursor: pointer;
opacity: 0;
transition: 0.4s;
Expand Down
2 changes: 1 addition & 1 deletion src/Styles/App.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Styles/LandingPage/_Program.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
color: #000080 ;
color: white ;
cursor: pointer;
opacity: 0;
transition: 0.4s;
Expand Down

0 comments on commit 6fcfa54

Please sign in to comment.