Last active
February 21, 2017 19:50
-
-
Save rafszul/b03a7a6044257c9a341ad5a7eebf60bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <header fxLayout="row" fxLayout.xs="column" fxLayout.sm="column" fxLayoutAlign="center stretch"> | |
| <div fxFlexAlign="center"> | |
| <h1 [style.xs]="{'font-size.rem': 2 }" [style.sm]="{'font-size.rem': 4}" [style.md]="{'font-size.rem': 6}"> | |
| <small>sm</small>{{ title }}<small>Invest</small></h1> | |
| </div> | |
| </header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment