mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
7 lines
138 B
TypeScript
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;
|
|
`;
|