Skip to content
Snippets Groups Projects
Commit 0986af8d authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

feat(post) : fix margin

parent f5cdd444
No related branches found
No related tags found
3 merge requests!103Recette,!102Dev,!89Feat/post details
<div *ngIf="post">
<h2>{{ post.title }}</h2>
<div *ngIf="post" fxLayout="column">
<div fxLayout="row" (click)="backToPosts()">
<span>Retour à la liste d'acutalités</span>
</div>
</div>
<button (click)="backToPosts()">Retour</button>
<div class="section-container" fxLayout="row" fxLayoutGap="32px">
<div fxLayout="row" fxLayoutGap="32px">
<div fxLayout="column" class="list-container">
<div fxLayout="column">
<div fxLayout="row" class="row-border" fxLayoutAlign="space-between center">
......
<app-post-header></app-post-header>
<router-outlet></router-outlet>
<div class="section-container">
<router-outlet></router-outlet>
</div>
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