Skip to content

Commit

Permalink
Merge pull request #79 from uniitee/main
Browse files Browse the repository at this point in the history
Refactor about.css to add color to section paragraphs
  • Loading branch information
codingkatty authored Oct 15, 2024
2 parents a25fa94 + 70bd783 commit cb49da3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ blockquote {
font-style: italic;
}

.section p{
color: #555;
}

/* Style for the cards */
.cards {
display: flex;
justify-content: space-around;
margin-top: 20px;
}
blockquote p {
margin: 0;
}
Expand Down

0 comments on commit cb49da3

Please sign in to comment.