6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const Paragraph = styled.p`
|
|
padding-top: 1rem;
|
|
font-size: 1.25rem;
|
|
`; |