Skip to content

Commit

Permalink
Merge pull request #322 from Son7c/main
Browse files Browse the repository at this point in the history
Contact Text made visible and icons aligned
  • Loading branch information
PriyaGhosal authored Oct 9, 2024
2 parents 1551679 + e88316b commit 1dffbf3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1530,16 +1530,16 @@ justify-content: center;

.title {
font-weight: bold;
color: #111827;
color: #A9A9A9;
font-size: 5rem;
}

.wr{
font-weight:600;
color: black;
color: #a9a9a9;
}
.description {
color: #4b5563;
color: white;
margin-top: 1rem;
font-size: 1.25rem;
}
Expand Down Expand Up @@ -1589,6 +1589,7 @@ justify-content: center;
align-items: center;
border-radius: 0.5rem;
color: white;
margin-top: 1rem;
}

.info-text-content {
Expand All @@ -1597,7 +1598,7 @@ justify-content: center;

.info-title {
font-weight: 600;
color: #000e2b;
color: #a9a9a9;
}

.info-description {
Expand Down

0 comments on commit 1dffbf3

Please sign in to comment.