Skip to content

Instantly share code, notes, and snippets.

@mnzit
Created July 14, 2022 15:32
Show Gist options
  • Select an option

  • Save mnzit/c507d0a11a0173c5e336246d6a2fe80b to your computer and use it in GitHub Desktop.

Select an option

Save mnzit/c507d0a11a0173c5e336246d6a2fe80b to your computer and use it in GitHub Desktop.
<div
fxLayout="row"
fxLayout.xs="column"
fxFlexFill >
<div fxFlex="33.33" class="sec1" fxFlex.xs="100">
first-section
</div>
<div fxFlex="33.33" class="sec2" fxFlex.xs="100">
second-section
</div>
<div fxFlex="33.33" class="sec3" fxFlex.xs="100">
third-section
</div>
</div>
<div
fxLayout="row"
fxLayout.xs="column"
fxFlexFill >
<div fxFlex="33.33" class="sec1" fxFlex.xs="100">
first-section
</div>
<div fxFlex="33.33" class="sec2" fxFlex.xs="100">
second-section
</div>
<div fxFlex="33.33" class="sec3" fxFlex.xs="100">
third-section
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment