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 #142 from ayushkumarTomar/patch-1
Browse files Browse the repository at this point in the history
Fixed the games.html for mobile view
  • Loading branch information
roannav authored Oct 27, 2023
2 parents 32cd533 + a1ed014 commit e734ce0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,12 @@ html {
#backToTop:hover {
background-color: #555;
}

/* Adjust iframe size for better responsiveness*/

@media screen and (max-width: 600px) {
iframe {
width: 100%;
height: auto;
}
}

0 comments on commit e734ce0

Please sign in to comment.