Skip to content

Commit

Permalink
fix(responsiveness): Multiple Cards :: Contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jan 5, 2024
1 parent 0315723 commit 0f5c5d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/pages/contacts.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ body {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: c;
align-items: center;
margin-top: -1rem;
margin-bottom: -1rem;
}
.content::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit 0f5c5d6

Please sign in to comment.