File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import classNames from 'classnames'
3
3
4
- export default ( { className = '' , ph , ...props } ) => {
4
+ export default ( { className = '' , padding , ...props } ) => {
5
5
const cx = classNames ( className , 'mw9 center' , {
6
- 'ph3 ph5-m ph0 -l' : ph
6
+ 'ph3 ph5-m ph5 -l' : padding
7
7
} )
8
8
return < div className = { cx } { ...props } />
9
9
}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import Flex from './Flex'
5
5
import { NavLink , TitleLink } from './ui'
6
6
7
7
export default ( { version } ) => (
8
- < header className = "w-100 pa3 ph5-ns bg-white " >
9
- < Container >
8
+ < header className = "pv3 " >
9
+ < Container padding = { true } >
10
10
< Flex justify = "between" alignItems = "center" >
11
11
< TitleLink
12
12
href = "/"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Container from '../components/Container'
5
5
6
6
export default ( ) => (
7
7
< Layout title = "TACHYONS - Resources" >
8
- < Container ph = { true } >
8
+ < Container padding = { true } >
9
9
< h1 className = "f3 f1-l" > Resources</ h1 >
10
10
< article >
11
11
< h3 className = "f5 fw6 bb bw2 pb2 mb3" > Recommended Reading</ h3 >
You can’t perform that action at this time.
0 commit comments