Skip to content

Instantly share code, notes, and snippets.

@imkost
Created November 2, 2016 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imkost/7853ddb6cc3e148b954c74841d67cc9c to your computer and use it in GitHub Desktop.
Save imkost/7853ddb6cc3e148b954c74841d67cc9c to your computer and use it in GitHub Desktop.
.app {
margin: 0;
padding: 0;
background: #fff;
font-family: sans-serif;
}
.app__body {
margin: 0;
padding: 0;
}
.header {
padding: 10px;
background: #efefef;
}
.header__link {
margin-right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment