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 -13
View File
@@ -1,16 +1,4 @@
import styled from "styled-components"
export const ContainerWrapper = styled.div`
display: flex;
flex-direction: column;
margin: 20px;
max-width: 800px;
& > :first-child {
margin-top: 0;
}
& > :last-child {
margin-bottom: 0;
}
`
`