Skip to content

Commit 3599b5f

Browse files
authored
chore: fix bg top repos (#1928)
* chore: fix bg top repos * chore: fix bg
1 parent eab7876 commit 3599b5f

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

cra-rxjs-styled-components/src/index.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
4141
}
4242

43-
html,
44-
body,
45-
div#root {
46-
height: 100%;
47-
}
48-
4943
body {
5044
margin: 0;
5145
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,

cra-rxjs-styled-components/src/routes/user-top-repos.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Main = styled.main`
1616
width: 100%;
1717
background-color: rgb(243, 244, 246);
1818
max-width: 1024px;
19-
min-height: calc(100vh - 172px);
19+
height: 100%;
2020
@media (max-width: 850px) {
2121
padding: 2rem;
2222
}

0 commit comments

Comments
 (0)