Skip to content

Commit

Permalink
chore: fix bg top repos
Browse files Browse the repository at this point in the history
  • Loading branch information
hdJerry committed Aug 14, 2023
1 parent 2dc6472 commit 6f440bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cra-rxjs-styled-components/src/routes/user-top-repos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Main = styled.main`
width: 100%;
background-color: rgb(243, 244, 246);
max-width: 1024px;
min-height: calc(100vh - 172px);
height: 100%;
@media (max-width: 850px) {
padding: 2rem;
}
Expand Down

0 comments on commit 6f440bf

Please sign in to comment.