Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Adjusted modal box for mobile in about-us
Browse files Browse the repository at this point in the history
  • Loading branch information
rider3458 committed Apr 26, 2021
1 parent 17dddc4 commit 5e58e69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/css/mall-about-us.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,11 @@ main div {
align-items: center;
}
}

@media only screen and (max-width: 767px) {
.modal-box {
width: 70%;
font-size: smaller;
padding: 5px;
}
}

0 comments on commit 5e58e69

Please sign in to comment.