Skip to content

Commit

Permalink
about page color updated
Browse files Browse the repository at this point in the history
  • Loading branch information
harith-hacky03 committed Jan 10, 2024
1 parent 5665b8b commit fff893a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/private/about/About.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
}
}



.about__content {
display: flex;
align-items: start;
Expand All @@ -63,11 +65,14 @@

p {
font-size: 1rem;
}

.light_red{
color: #FF6161;
&:nth-of-type(1) {
color:#FF6161;
margin-bottom: 1rem;
}
}


}

p {
Expand Down

0 comments on commit fff893a

Please sign in to comment.