Skip to content

Commit

Permalink
chore: fix bg top repos (#1928)
Browse files Browse the repository at this point in the history
* chore: fix bg top repos

* chore: fix bg
  • Loading branch information
hdJerry authored Aug 17, 2023
1 parent eab7876 commit 3599b5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions cra-rxjs-styled-components/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

html,
body,
div#root {
height: 100%;
}

body {
margin: 0;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
Expand Down
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 3599b5f

Please sign in to comment.