File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class LoginPage extends Component {
46
46
const { loggingIn } = this . props ;
47
47
const { username, password, submitted } = this . state ;
48
48
return (
49
- < div className = "ui inverted vertical masthead center aligned segment" >
49
+ < div className = "ui inverted vertical masthead center aligned segment" style = { { height : "100vh" } } >
50
50
< Grid
51
51
textAlign = "center"
52
52
style = { { minHeight : 700 } }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class UserDetailedPage extends Component {
24
24
< Container key = { user . id } text style = { { marginTop : '7em' } } >
25
25
< Header as = 'h1' > { user . firstName + ' ' + user . lastName } </ Header >
26
26
27
- < FloatedItem backgroundColor = { "22222e" } imageURL = { user . imageURL } comment = { user . comment } />
27
+ < FloatedItem paddingTop = { '10px' } paddingbottom = { '10px' } backgroundColor = { "22222e" } imageURL = { user . imageURL } comment = { user . comment } />
28
28
</ Container >
29
29
)
30
30
}
You can’t perform that action at this time.
0 commit comments