Skip to content

Commit

Permalink
width fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan404 committed Feb 23, 2024
1 parent 1b9edac commit f7d0f7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,8 @@ ul, #myUL {
strong{
font-weight:bold;
}

@media (min-width: 1200px) {
.container {
width: 1140px;
}

0 comments on commit f7d0f7c

Please sign in to comment.