From 8315144c821fd44835dd508029fe080412e9dab1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Fri, 8 Mar 2019 18:18:22 +0100
Subject: [PATCH] Center content-carousel horizontal

---
 .../participant-content-carousel-page.component.html            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/components/participant/participant-content-carousel-page/participant-content-carousel-page.component.html b/src/app/components/participant/participant-content-carousel-page/participant-content-carousel-page.component.html
index 870fa4b37..6ca94819f 100644
--- a/src/app/components/participant/participant-content-carousel-page/participant-content-carousel-page.component.html
+++ b/src/app/components/participant/participant-content-carousel-page/participant-content-carousel-page.component.html
@@ -1,4 +1,4 @@
-<div fxLayout="column" fxLayoutAlign="start">
+<div fxLayout="column" fxLayoutAlign="start center">
   <mat-tab-group>
     <mat-tab *ngFor="let content of contents" label="{{content.subject}}">
       <app-content-choice-participant [content]="content"
-- 
GitLab