Skip to content

Commit

Permalink
Fixes responsive bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-shetty committed Jul 26, 2023
1 parent 91dbbf5 commit 5d81cce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Achievements/Achievements.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
}
.activity_container {
--columns: 1;
padding: 0;
}
.activity_card {
flex-direction: column;
Expand Down
3 changes: 3 additions & 0 deletions src/components/Home/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,7 @@
.details > div {
gap: 0.75rem;
}
.tag_holder {
max-width: 100%;
}
}
1 change: 1 addition & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ body::-webkit-scrollbar-thumb {

/* * {
outline: 1px solid red;
background: rgba(50, 205, 50, 0.285);
} */

@media screen and (max-width: 50em) {
Expand Down

1 comment on commit 5d81cce

@vercel
Copy link

@vercel vercel bot commented on 5d81cce Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deveesh – ./

deveesh.vercel.app
deveesh-deveesh-shetty.vercel.app
deveesh-git-main-deveesh-shetty.vercel.app

Please sign in to comment.