Skip to content

Commit

Permalink
Merge pull request #1111 from Utsavladia/fix-responsive
Browse files Browse the repository at this point in the history
Fixed responsiveness
  • Loading branch information
varshith257 authored Aug 8, 2024
2 parents 7fee8f6 + 845b55f commit db86217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions checkup.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ body {
#services {
text-align: center;
display: flex;
max-width: 100%;
justify-content: center;

}
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1066,8 +1066,8 @@ section {
/*################----Services----################*/
.services .icon-box {
text-align: center;
margin-left: 80px;
margin-right: 80px;
margin-left: 2rem;
margin-right: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down Expand Up @@ -1158,6 +1158,7 @@ section {
/* Styles for medium screens */
@media (max-width: 991px) {
.services .container {
padding: 1rem;
grid-template-columns: repeat(2, 1fr);
}
}
Expand Down

0 comments on commit db86217

Please sign in to comment.