Skip to content

Instantly share code, notes, and snippets.

@hrom512
Last active October 27, 2016 08:40
Show Gist options
  • Select an option

  • Save hrom512/d9c5b860190337a7ce0ae4111497d857 to your computer and use it in GitHub Desktop.

Select an option

Save hrom512/d9c5b860190337a7ce0ae4111497d857 to your computer and use it in GitHub Desktop.
Github custom styles
/* Прокрутка всех столбцов одновременно, отступы, ширина столбца */
.project-columns {
padding-left: 10px;
padding-right: 10px;
}
.project-columns-container {
height: auto;
display: table;
border-spacing: 10px;
margin-top: -10px;
}
.project-column {
display: table-cell;
width: 20%;
}
.project-column-inner {
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment