Skip to content

Commit

Permalink
Improve feedback button according to you
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushkrrana committed May 27, 2024
2 parents 788ae7d + 71feea7 commit 104b033
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 @@ -466,7 +466,7 @@ span {
align-items: center;
flex-direction: column;
gap: 20px;
width: 80%;
width: 90%;
}

.about-content .heading {
Expand Down Expand Up @@ -506,29 +506,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 @@ -538,18 +538,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 104b033

Please sign in to comment.