Skip to content
Snippets Groups Projects
Commit dd89bd1a authored by Damien's avatar Damien
Browse files

Title centered

parent 8828c935
Branches
No related tags found
No related merge requests found
...@@ -11,9 +11,13 @@ class MainPage extends Component { ...@@ -11,9 +11,13 @@ class MainPage extends Component {
return ( return (
<Segment.Group > <Segment.Group >
<Segment padded style={{margin:"3%"}}> <Segment padded style={{margin:"3%"}}>
<LogoutButton style={{float:"right"}}/> <div style={{textAlign:"right"}}>
<LogoutButton />
</div>
<div>
<h2 style={{textAlign:"center"}}>Rajout de Toucan</h2> <h2 style={{textAlign:"center"}}>Rajout de Toucan</h2>
<FormToucan /> <FormToucan />
</div>
</Segment> </Segment>
<Segment textAlign="center" padded style={{margin:"3%"}} > <Segment textAlign="center" padded style={{margin:"3%"}} >
<h2>Les Toucans</h2> <h2>Les Toucans</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment