File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Auth } from './utils/Auth'
55import styled from 'styled-components'
66
77const Styles = styled . div `
8- .paddind -bottom {
8+ .padding -bottom {
99 padding-bottom: 16px;
1010 }
1111
@@ -31,7 +31,7 @@ export class Dashboard extends Component {
3131 return (
3232 < Styles >
3333 < Container >
34- < Row className = "paddind -bottom" >
34+ < Row className = "padding -bottom" >
3535 < Col lg = { { span : 12 } } className = "center" >
3636 < Jumbotron >
3737 < h1 > Hello { this . state . profile . first_name } !</ h1 >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import styled from 'styled-components';
44import { Link } from 'react-router-dom' ;
55
66const Styles = styled . div `
7- .paddind -bottom {
7+ .padding -bottom {
88 padding-bottom: 16px;
99 }
1010
@@ -22,7 +22,7 @@ class Home extends Component {
2222 return (
2323 < Styles >
2424 < Container >
25- < Row className = "paddind -bottom" >
25+ < Row className = "padding -bottom" >
2626 < Col lg = { { span : 12 } } className = "center" >
2727 < Jumbotron >
2828 < h1 > Hello</ h1 >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Notifier } from './utils/Notifier'
99import styled from 'styled-components'
1010
1111const Styles = styled . div `
12- .paddind -top {
12+ .padding -top {
1313 padding-top: 16px;
1414 }
1515
@@ -84,7 +84,7 @@ export class Login extends Component {
8484 return (
8585 < Styles >
8686 < Container >
87- < Row className = "paddind -top" >
87+ < Row className = "padding -top" >
8888 < Col lg = { { offset : 3 , span : 6 } } >
8989 < Card >
9090 < Card . Body >
You can’t perform that action at this time.
0 commit comments