Last active
October 27, 2016 08:40
-
-
Save hrom512/d9c5b860190337a7ce0ae4111497d857 to your computer and use it in GitHub Desktop.
Github custom styles
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
| /* Прокрутка всех столбцов одновременно, отступы, ширина столбца */ | |
| .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