margin-bottom
This commit is contained in:
parent
403875422c
commit
e1554cb3b8
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<h2 class="titre ">{{title}}</h2>
|
<h2 class="titre ">{{title}}</h2>
|
||||||
<div class="separation"></div>
|
<div class="separation"></div>
|
||||||
<div class="parent d-flex justify-content-center align-items-start flex-wrap flex-row ">
|
<div class="parent d-flex justify-content-center align-items-start flex-wrap flex-row mb-5 ">
|
||||||
<ng-content></ng-content>
|
<ng-content></ng-content>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: "http://localhost:8080",
|
apiUrl: "http://localhost:8081",
|
||||||
tokenKey: "TOKEN-SIMPLEAT"
|
tokenKey: "TOKEN-SIMPLEAT"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue