Skip to content

Commit

Permalink
Fixed responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Utsavladia committed Aug 1, 2024
1 parent 74a3159 commit 6a311eb
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 @@ -789,8 +789,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 @@ -881,6 +881,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 6a311eb

Please sign in to comment.