portfolio/components/description.tsx

8 lines
138 B
TypeScript

import styled from "styled-components"
export default styled.p`
margin-left: 10px;
margin-right: 10px;
text-align: center;
`