Skip to content

Commit

Permalink
chore(docs): make covalent homepage look right in IE11
Browse files Browse the repository at this point in the history
chore(docs): make covalent homepage look right in IE11
  • Loading branch information
mcstepp authored and emoralesb05 committed May 27, 2017
1 parent 629d06f commit a118fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3 md-line> {{item.title}} </h3>
</md-nav-list>
<div layout="row" layout-wrap hide-xs hide-sm class="push-sm">
<ng-template let-item let-last="last" ngFor [ngForOf]="items">
<div flex-md="50" flex-gt-md="25" layout="column">
<div flex-md="50" flex-gt-md="25" layout="row">
<md-card href [routerLink]="[item.route]" class="md-card-colored" flex>
<md-toolbar class="bgc-{{item.color}} " layout="column" layout-align="center center" layout-padding>
<md-icon class="md-icon-font-xl tc-white">{{item.icon}}</md-icon>
Expand Down Expand Up @@ -252,4 +252,4 @@ <h3 md-line>Feature Requests & Bugs</h3>
<md-icon class="md-icon-ux" svgIcon="assets:teradata-ux"></md-icon>
</div>
</td-layout-footer>
</td-layout-nav>
</td-layout-nav>
1 change: 0 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
html[dir="rtl"] & {
direction: rtl;
}

}

0 comments on commit a118fb9

Please sign in to comment.