Skip to content

Commit

Permalink
Fix: Adjust container responsiveness for small screens (#329)
Browse files Browse the repository at this point in the history
* Fix: Adjust container responsiveness for small screens
  • Loading branch information
ahmedrazabaloch authored Oct 30, 2024
1 parent ab89398 commit d2c6574
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -671,3 +671,9 @@ Animating title
width: 200px;
}
}
@media screen and (max-width: 420px) {
.container {
margin-top: 10px;
max-width: 100%;
}
}

0 comments on commit d2c6574

Please sign in to comment.