Basic functionality in place, need improved errors and logged in redirect
This commit is contained in:
13
server/pages/components/HeroText.js
Normal file
13
server/pages/components/HeroText.js
Normal file
@ -0,0 +1,13 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
|
||||
const HeroText = styled.p`
|
||||
font-size: 22px;
|
||||
color: #666;
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
max-width: 600px;
|
||||
margin-bottom: 2em;
|
||||
`;
|
||||
|
||||
export default HeroText;
|
Reference in New Issue
Block a user