Skip to content

Commit

Permalink
scroll disable on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode authored Mar 12, 2024
1 parent 2bd7c59 commit d73f584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ p {
}

@media only screen and (max-width: 768px) {
body
{
overflow: hidden;
}
.container {
width: 80%; /* Adjust width for smaller screens */
}
Expand Down

0 comments on commit d73f584

Please sign in to comment.