refactor(containers): clean up container styling

This commit is contained in:
Thomas Ibarra
2019-07-31 10:42:19 -05:00
parent 1fa92ac026
commit b684ddc8bd
6 changed files with 9 additions and 33 deletions
+1 -1
View File
@@ -38,8 +38,8 @@ export function Layout({ children }: PropsWithChildren<{}>) {
{children}
</Container>
</SC.MainContent>
<Footer />
</SC.Main>
<Footer />
</Scrollbar>
)
}