portfolio/components/description.tsx

8 lines
138 B
TypeScript
Raw Normal View History

2022-06-15 12:07:13 +00:00
import styled from "styled-components"
export default styled.p`
margin-left: 10px;
margin-right: 10px;
text-align: center;
2022-06-15 12:07:13 +00:00
`