diff --git a/public/styles/css/style.css b/public/styles/css/style.css index 58f32d4..f6b1ff5 100644 --- a/public/styles/css/style.css +++ b/public/styles/css/style.css @@ -297,7 +297,7 @@ th.dt-center, td.dt-center { text-align: center; } text-align: left; position:absolute; top: 80px; - left:50px; + padding-left:50px; z-index: 9000; } @@ -346,7 +346,7 @@ th.dt-center, td.dt-center { text-align: center; } @media (max-width: 980px) { .herobox { display: none; } - .herotitle { width:100%; top: 70px; left:0px; text-align:center; } + .herotitle { width:100%; top: 70px; padding-left:0px; text-align:center; } .slick-dots { top: 120px; left: 0px; text-align: center; width: 100%; } .heromenu .facatmenu {display: none;} .catmenu { display:none } diff --git a/src/Controller/UserController.php b/src/Controller/UserController.php index d45c98e..5ab303f 100755 --- a/src/Controller/UserController.php +++ b/src/Controller/UserController.php @@ -41,7 +41,7 @@ class UserController extends AbstractController // Création du formulaire - $form = $this->createForm(Form::class,$data,array("mode"=>"submit")); + $form = $this->createForm(Form::class,$data,array("mode"=>"submit","appNinegateactivate"=>$this->getParameter("appNinegateactivate"))); // Récupération des data du formulaire $form->handleRequest($request); diff --git a/templates/Home/home.html.twig b/templates/Home/home.html.twig index 6ddbd64..6de1e2c 100644 --- a/templates/Home/home.html.twig +++ b/templates/Home/home.html.twig @@ -145,93 +145,91 @@
-