initial homepage UI

This commit is contained in:
plebbitor
2023-02-02 21:58:02 +01:00
parent 66b707c3f2
commit 162c6ebd1b
10 changed files with 180 additions and 26 deletions
+5
View File
@@ -0,0 +1,5 @@
import styled from 'styled-components';
export const Title = styled.h1`
font-size: 1.5em;
`;