Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #141 from P-Jaswanth/modofied-games-html
Browse files Browse the repository at this point in the history
Fixed Overlapping Issue in games.css with Media Query
  • Loading branch information
roannav authored Oct 27, 2023
2 parents 93a577e + 59fc3c0 commit 3b99d92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/pages/games.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
padding: 1em;
}

@media (max-width : 660px) {
.games-section {
width: 100%;
}
}

/**********************************************************************
*
* Images styles
Expand Down

0 comments on commit 3b99d92

Please sign in to comment.