Skip to content

Instantly share code, notes, and snippets.

@rafszul
Last active February 21, 2017 19:50
Show Gist options
  • Select an option

  • Save rafszul/b03a7a6044257c9a341ad5a7eebf60bd to your computer and use it in GitHub Desktop.

Select an option

Save rafszul/b03a7a6044257c9a341ad5a7eebf60bd to your computer and use it in GitHub Desktop.
<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