| import styled from 'styled-components'; | |
| const Section = styled.section` | |
| margin: 3em auto; | |
| &:first-child { | |
| margin-top: 0; | |
| } | |
| `; | |
| export default Section; | |
| import styled from 'styled-components'; | |
| const Section = styled.section` | |
| margin: 3em auto; | |
| &:first-child { | |
| margin-top: 0; | |
| } | |
| `; | |
| export default Section; | |