Homepage skeleton

This commit is contained in:
Tom Moor
2017-10-26 23:02:45 -07:00
parent fc45d6a180
commit e370676b49
4 changed files with 89 additions and 26 deletions

View File

@ -5,6 +5,10 @@ const Hero = styled.div`
width: 100%;
padding: 4em 3em;
text-align: center;
h1 {
font-size: 2.5em;
}
`;
export default Hero;