Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created June 17, 2019 13:50
Show Gist options
  • Save zastrow/22d4f6937fa0e73f1e320748abab2117 to your computer and use it in GitHub Desktop.
Save zastrow/22d4f6937fa0e73f1e320748abab2117 to your computer and use it in GitHub Desktop.
.layout-main {
display: inline-block;
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