UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

11 lines (8 loc) 199 B
import styled from 'styled-components'; const Wrapper = styled.footer` display: flex; justify-content: space-between; padding: 3em 0; border-top: 1px solid #666; `; export default Wrapper;