Fixed CSS styling error

This commit is contained in:
Emanuel Schütze 2019-03-22 15:47:22 +01:00
parent faa0a6077e
commit 0cc59c6596
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<mat-card class="os-card speaker-card" *ngIf="viewItem"> <mat-card class="os-card speaker-card" *ngIf="viewItem">
<!-- Title --> <!-- Title -->
<h1 class="title on-transition-fade" *ngIf="viewItem">{{ viewItem.getTitle() }}</h1> <h1 class="los-title on-transition-fade" *ngIf="viewItem">{{ viewItem.getTitle() }}</h1>
<!-- List of finished speakers --> <!-- List of finished speakers -->
<mat-expansion-panel *ngIf="finishedSpeakers && finishedSpeakers.length > 0" class="finished-list"> <mat-expansion-panel *ngIf="finishedSpeakers && finishedSpeakers.length > 0" class="finished-list">

View File

@ -26,7 +26,7 @@
} }
} }
.title { .los-title {
margin-left: 25px; margin-left: 25px;
} }