Skip to content

Commit

Permalink
update media screen in project row
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Apr 7, 2024
1 parent 19cd9b0 commit 068ccf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/projects/ProjectRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ export default {
margin: 2% !important;
overflow: hidden;
}
@media (max-width: 767px) {
@media (max-width: 389px) {
.masonry {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}
}
</style>

0 comments on commit 068ccf1

Please sign in to comment.