File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
/** @jsx jsx */
2
- import React from "react"
3
2
import { jsx } from "@emotion/core"
4
3
import { graphql } from "gatsby"
5
4
import Img from "gatsby-image"
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ export const globalStyle = {
30
30
lineHeight : lineHeights [ 1 ] ,
31
31
marginBottom : space [ 2 ] ,
32
32
} ,
33
- 'b' : {
34
- fontSize : fonts . bold ,
35
- } ,
36
33
h1 : {
37
34
fontFamily : fonts . heading ,
38
35
fontSize : fontSizes . desktop [ 5 ] ,
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ const Footer = ({ images }) => (
91
91
< Input
92
92
name = "MERGE0"
93
93
type = "email"
94
- placeholder = "Email address"
95
94
backgroundColor = "black.4"
96
95
borderWidth = { 0 }
97
96
borderRadius = { [ 3 , "6px 0 0 6px" ] }
You can’t perform that action at this time.
0 commit comments