Skip to content
Snippets Groups Projects

chore(news): fix image height

Merged Bastien DUMONT requested to merge fix/news/post-title-alignment into dev
3 files
+ 18
20
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -15,12 +15,10 @@
/>
</div>
<div class="informations">
<div class="inline">
<div *ngIf="post.tags.length" class="inline">
<app-tag-item *ngFor="let tag of post.tags" [label]="tag.name" [color]="'red'" [size]="'small'" />
</div>
<h2 fxLayout="row" class="title">
{{ post.title }}
</h2>
<h2 class="title">{{ post.title }}</h2>
<div class="details">
<div>Publié par : {{ post.author }}</div>
<div>
Loading