Skip to content

Commit

Permalink
Merge pull request #50 from rajdeepchakraborty-rc/responsive
Browse files Browse the repository at this point in the history
Fixed Responsive bugs (Navbar, Game section)
  • Loading branch information
rajdeepchakraborty-rc authored Dec 10, 2024
2 parents e6c525f + d1770ce commit 3832a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Responsive_T.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* all responsive for cricket card */
/* Medium devices (tablets, small desktops) */
@media screen and (max-width: 1497px) {
@media screen and (max-width: 1699px) {
#card_cricket {
margin-left: 31vw;
}
Expand Down Expand Up @@ -146,4 +146,4 @@
width: 95px;
padding: 0.5rem 1rem;
}
}
}

0 comments on commit 3832a4e

Please sign in to comment.