Skip to content

Commit

Permalink
Added in phone support for projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Aug 19, 2024
1 parent a04c67d commit cb27c28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,10 @@
border-color: var(--orange);
color: var(--orange);
font-weight: 900;
}

@media (max-width: 1200px) {
#projects .card {
flex: 0 1 calc(100% - 1em);
}
}

0 comments on commit cb27c28

Please sign in to comment.