Merge pull request #4529 from emanuelschuetze/fixCSS

Fixed CSS styling error
This commit is contained in:
Emanuel Schütze 2019-03-22 16:06:32 +01:00 committed by GitHub
commit 16159fb60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<mat-card class="os-card speaker-card" *ngIf="viewItem">
<!-- 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 -->
<mat-expansion-panel *ngIf="finishedSpeakers && finishedSpeakers.length > 0" class="finished-list">

View File

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