Skip to content

Instantly share code, notes, and snippets.

@N-Porsh
Last active July 25, 2016 12:46
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 N-Porsh/7316259 to your computer and use it in GitHub Desktop.
Save N-Porsh/7316259 to your computer and use it in GitHub Desktop.
CSS: css template
@charset "utf-8";
@import "reset.css";
/* GLOBAL CSS
-------------------------------------------------- */
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
body{
padding:15px;
}
}
@media (max-width: 767px) {
body{
padding:0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment