Created
November 2, 2016 22:07
-
-
Save imkost/7853ddb6cc3e148b954c74841d67cc9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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