mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
5 lines
95 B
React
5 lines
95 B
React
import styled from 'styled-components';
|
|
|
|
export const Title = styled.h1`
|
|
font-size: 1.5em;
|
|
`; |