diff --git a/about.css b/about.css index 5796968..c5f5af9 100644 --- a/about.css +++ b/about.css @@ -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; }