(Academy) IE11 fixes

This commit is contained in:
Sercan Yemen 2018-08-27 19:31:30 +03:00
parent 77c05ce4e0
commit c4e338cda1

View File

@ -53,7 +53,7 @@
<div class="course" *ngFor="let course of filteredCourses" fxFlex="100" fxFlex.gt-xs="50"
fxFlex.gt-sm="33" [ngClass]="course.category" [@animate]="{value:'*',params:{y:'100%'}}">
<div class="course-content" fxLayout="column">
<div class="course-content" fxLayout="column" fxFlex="1 1 auto">
<div class="header" fxLayout="row" fxLayoutAlign="center center"
[ngClass]="course.category + '-bg'">
@ -69,7 +69,7 @@
</div>
<div class="content" fxLayout="column" fxLayoutAlign="center center" fxFlex>
<div class="content" fxLayout="column" fxLayoutAlign="center center" fxFlex="1 1 auto">
<div class="h1">{{course.title}}</div>
<div class="updated">Updated {{course.updated}}</div>
</div>