learnhouse/front/pages/components/ui/styles/title.tsx
2022-09-21 20:55:51 +02:00

7 lines
138 B
TypeScript

import styled from "styled-components";
export const Title = styled.h1`
font-size: 1.5em;
padding-left: 20px;
font-weight: 500;
`;