Skip to content

Instantly share code, notes, and snippets.

@gue-ni
Created May 17, 2021 06:37
Show Gist options
  • Save gue-ni/9a1bc0db71ab2e96eac6d52c7c480b9c to your computer and use it in GitHub Desktop.
Save gue-ni/9a1bc0db71ab2e96eac6d52c7c480b9c to your computer and use it in GitHub Desktop.
body {
margin: 0;
font-family: Roboto, Arial, sans-serif;
color: #3c4043;
line-height: 1.25rem;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
main {
margin: 0 auto;
max-width: 600px;
}
@media only screen and (max-width: 600px){
main {
margin-left: 10px;
margin-right: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment