cleaned up structure, added styled components

This commit is contained in:
Xetera
2019-07-26 15:27:27 -07:00
parent e7770c3b96
commit 69fc1a3dbd
17 changed files with 265 additions and 120 deletions
+5
View File
@@ -0,0 +1,5 @@
import styled from "styled-components";
export const MainContent = styled.main`
padding: 2.5em 0;
`;