Skip to content

Commit

Permalink
Updated mobile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit20v committed Jan 1, 2025
1 parent 43f11c0 commit 73cf633
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,10 @@ body {
border-radius: 8px;
transition: transform 0.3s cubic-bezier(0.4, 1.5, 0.5, 1), all 0.3s ease-in-out;
}
@media (max-width : 642px) {
.tools{
gap: 4px;
width: 69%;
flex-wrap: wrap;
}
}

0 comments on commit 73cf633

Please sign in to comment.