Skip to content

Commit

Permalink
Merge pull request #1 from Suchitra-Sahoo/main
Browse files Browse the repository at this point in the history
Enhancement of Contact Us Page UI
  • Loading branch information
Arnavsao authored May 26, 2024
2 parents f923b0f + 697758f commit ae5c32b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ span {
align-items: center;
flex-direction: column;
gap: 20px;
width: 80%;
width: 90%;
}

.about-content .heading {
Expand Down Expand Up @@ -507,29 +507,29 @@ span {
}

.about-content .heading {
font-size: 2.5rem;
font-size: 3rem;
}

.about-content .heading span {
font-size: 2.5rem;
font-size: 4rem;
}

.about-content p {
font-size: 1.3rem;
font-size: 2.5rem;
}
}

@media (max-width: 768px) {
.about-content .heading {
font-size: 2rem;
font-size: 3rem;
}

.about-content .heading span {
font-size: 2rem;
font-size: 4rem;
}

.about-content p {
font-size: 0.8rem;
font-size: 2rem;
}
}

Expand All @@ -539,18 +539,20 @@ span {
}

.about-content .heading span {
font-size: 1.5rem;
font-size: 2rem;
}

.about-content p {
font-size: 0.5rem;
font-size: 1.5rem;
}

.overlay {
padding: 10px;
}
}



.services-container {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit ae5c32b

Please sign in to comment.