Skip to content

Commit

Permalink
Update terms.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jul 24, 2024
1 parent 925b5d6 commit e11dfd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Css-files/terms.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,17 @@ body {

.main-container ul li {
font-size: 18px;
}

@media (max-width: 780px) {

.main-container {
width: 95%;
margin: 60px auto;
padding: 14px;
background: linear-gradient(to top, rgb(255, 211, 145), #ffffff);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px
}

}

0 comments on commit e11dfd8

Please sign in to comment.