Skip to content

Commit

Permalink
Changed the home page title font color and para color
Browse files Browse the repository at this point in the history
Text  Was Getting  Hidden When Viewed In Mobile Pages Due To Same Font Color As Background 
## changes made 👍 
- changed .son_para colour to orange 
- changed media query at 920px  for .son__Para h3 span to colour : #ffc069;
  • Loading branch information
Abbhiishek authored Mar 3, 2022
1 parent 214ce99 commit a872679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/styles/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
width: 735px;
}
.son__Para{
color: #663F3F;
color: var(--orange);
;
}
.son__Para h3{
Expand Down Expand Up @@ -164,8 +164,8 @@ color: #FFC069;
max-width: none !important;
text-align: center !important;
}
.son__Para h3 span{
color: #fff;
.son__Para h3 span {
color: #ffc069;
}
}

Expand Down

0 comments on commit a872679

Please sign in to comment.