From 270546c91b9dff551b1aaad40abcea015217d49d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Fri, 25 Jan 2019 19:21:09 +0100
Subject: [PATCH] Center card-header

---
 .../creator/content-list/content-list.component.html        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/components/creator/content-list/content-list.component.html b/src/app/components/creator/content-list/content-list.component.html
index abc34ee35..97a085c2b 100644
--- a/src/app/components/creator/content-list/content-list.component.html
+++ b/src/app/components/creator/content-list/content-list.component.html
@@ -1,13 +1,13 @@
 <div fxLayout="row" fxLayoutAlign="center">
     <mat-card>
-      <h2>{{ 'content.contents' | translate}}</h2>
+      <h2 fxLayoutAlign="center">{{ 'content.contents' | translate}}</h2>
       <mat-divider></mat-divider>
       <mat-card-actions>
-        <button mat-fab color="accent" matTooltip="Fragen präsentieren"
+        <button mat-fab color="primary" matTooltip="Fragen präsentieren"
                 routerLink="/creator/room/{{ roomId }}/contents">
           <mat-icon>school</mat-icon>
         </button>
-        <button mat-fab color="accent" matTooltip="Neue Frage erstellen"
+        <button mat-fab color="primary" matTooltip="Neue Frage erstellen"
                 routerLink="/creator/room/{{ roomId }}/create-content">
           <mat-icon>note_add</mat-icon>
         </button>
-- 
GitLab