Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created June 17, 2019 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zastrow/3789fdcb81e87878eca18cf3893388b5 to your computer and use it in GitHub Desktop.
Save zastrow/3789fdcb81e87878eca18cf3893388b5 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