marging page-account

This commit is contained in:
Romain Verger 2022-03-11 15:36:43 +01:00
parent e1554cb3b8
commit 9cde126e3c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="container mt-5">
<div class="container mt-5 mb-5">
<h1 style = "text-align: center; font-family: 'Dancing Script', cursive; font-size: 7vh;">Vos informations personnelles</h1>
<form class="row g-2" [formGroup]="userInfo">
<div class="col-md-6">

View File

@ -4,7 +4,7 @@
export const environment = {
production: false,
apiUrl: "http://localhost:8081",
apiUrl: "http://localhost:8080",
tokenKey: "TOKEN-SIMPLEAT"
};