Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save shopifypartners/0353138fd573e26f3e3bac168cd676c0 to your computer and use it in GitHub Desktop.

Select an option

Save shopifypartners/0353138fd573e26f3e3bac168cd676c0 to your computer and use it in GitHub Desktop.
.layout-main {
display: inline-block;
display: flex;
width: 100%;
}
.layout-main__left {
float: left;
width: 75%;
}
.layout-main__right {
float: left;
width: 25%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment