Skip to content

Commit

Permalink
Merge pull request #409 from amitroy-thedev/main
Browse files Browse the repository at this point in the history
fix the UI for Recommend section
  • Loading branch information
PriyaGhosal authored Oct 9, 2024
2 parents 8f65fe9 + d9fa172 commit d76cbf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,11 @@ justify-content: center;
}

/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {...}*/
@media only screen and (max-width: 600px) {
.recommendation-item{
max-width: 100%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {...}*/
Expand Down

0 comments on commit d76cbf0

Please sign in to comment.