Skip to content
Snippets Groups Projects
Commit 391a97f3 authored by Laurent Knoll's avatar Laurent Knoll
Browse files

Détail visuel.

parent 977e797a
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ export class Welcome extends React.Component<{}, WelcomeState>{ ...@@ -21,7 +21,7 @@ export class Welcome extends React.Component<{}, WelcomeState>{
public render() { public render() {
return <div hidden={!this.state.visible} className={"mt-4 col text-center position-absolute top-0 start-0 w-100"}> return <div hidden={!this.state.visible} className={"mt-4 col text-center position-absolute top-0 start-0 w-100"}>
<div className={"position-absolute top-0 end-0 col-2"}> <div className={"position-absolute top-0 end-0 col-2 mt-5"}>
<Here></Here> <Here></Here>
</div> </div>
<h1 className={"text-warning"}>Bienvenue</h1> <h1 className={"text-warning"}>Bienvenue</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment